SHOWER SET HANSGROHE 26276000 VERNIS BLEND 200 K

The photographs are for illustrative purposes only.
Get AI analytics on product SHOWER SET HANSGROHE 26276000 VERNIS BLEND 200 K:
319.00€/pc.
Ex Tax: 257.26€/pc.
hansgrohe
0 reviews
In stock
Product Code: 000-476845ASP

Specification

Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order
Tags:

SPECIFICATION SHOWER SET HANSGROHE 26276000 VERNIS BLEND 200 K price 351.99€ hansgrohe

Package dimensions98,50 x 32,50 x 8,50 cm
Net weight5,050 kg

• Consists of: overhead shower, hand shower, shower thermostat, shower hose, slider • Overhead shower Vernis Blend 200 1jet • Shower head size of overhead shower: 205 mm • Spray type of overhead shower: Rain • Ball-joint: overhead shower angle adjustable • Spray type of hand shower: Rain, IntenseRain • Maximum flow rate at 3 bar: 15.2 l/min • Flow rate of hand shower at 3 bar: 15.2 l/min • Flow rate of Rain spray (at 3 bar): 12.4 l/min • Minimum flow pressure: 1 bar • Min. operating pressure: 1 bar • Max. operating pressure: 10 bar • Shower bar diameter: 19 mm • Height-adjustable slider with locking push-button slider • Shower arm length of overhead shower: 426 mm • Vernis thermostat • Safety lock at 40 °C • Adjustable hot water limiter • Outlets controlled via turning the handle • Mounting type: exposed installation • Connection size: DN15 • Connection thread: G ½ • Centre distance: 150 ± 12 mm • Intrinsically safe against backflow • QuickClean: less limescale, more joy • XXL Performance: great showering pleasure Is there anyone who likes cleaning? With QuickClean, limescale deposits and dirt on hansgrohe faucets and showers disappear in an instant. Just wipe it off the flexible nubs made of silicone. You really need to experience this: great showering pleasure with jet types that has a feel-good factor. Hansgrohe's hand and overhead showers, with a diameter of between 100 and 600 mm, envelop you in a real water dream – and ensure XXLPerformance in your bathroom.

Description provided by sitypro.com

Taps
Brand
Hansgrohe
Destination
For the shower
Equipping
With shower head
Mounting
wall-mounted
Product color
Chrome
Spout
With long spout
Style
modern
Type tap
Shower set
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
SHOWER SET HANSGROHE 26276000 VERNIS BLEND 200 K
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the SHOWER SET HANSGROHE 26276000 VERNIS BLEND 200 K

What is the SHOWER SET HANSGROHE 26276000 VERNIS BLEND 200 K?

SHOWER SET HANSGROHE 26276000 VERNIS BLEND 200 K is a complete set featuring a 205 mm Vernis Blend 200 overhead shower, a hand shower with Rain and IntenseRain sprays, a thermostat with a 40 °C safety lock and height‑adjustable slider; max flow 15.2 l/min at 3 bar, operating pressure 1–10 bar.

What spray types do the hand and overhead showers offer?

The overhead Vernis Blend 200 offers the Rain spray (Rain flow 12.4 l/min at 3 bar). The hand shower offers Rain and IntenseRain modes, with the hand shower flow 15.2 l/min at 3 bar.

What is the size and design of the overhead shower?

The overhead Vernis Blend 200 has a 205 mm shower head disk and a ball‑joint for angle adjustment. The overhead shower arm length is 426 mm.

Will this shower set work at 1 bar water pressure?

Yes, the minimum operating pressure is 1 bar, so the system will operate at 1 bar, though flow rates and performance will be lower than at the standard 3 bar.

What is the maximum operating pressure for this system?

The maximum operating pressure is 10 bar; the shower set is rated to operate within the 1–10 bar range.

Does the set include a thermostat and what safety features does it have?

Yes, it includes a Vernis thermostat with a safety lock at 40 °C and an adjustable hot water limiter to prevent accidental scalding and to set a safe maximum temperature.

Can the hand shower height be adjusted on the slider and how?

Yes, the slider is height‑adjustable with a locking push‑button. Press the button, move the hand shower to the desired height and release the button to lock it in place.

What is the shower bar diameter and does it affect recess compatibility?

The shower bar diameter is 19 mm; this is a standard size, but check your installation space because the overhead shower arm length of 426 mm requires sufficient clearance from the wall.

What is the maximum and actual water flow at 3 bar for this system?

The maximum flow at 3 bar is 15.2 l/min. Specifically, the overhead Rain spray delivers 12.4 l/min at 3 bar, while the hand shower can deliver up to 15.2 l/min at 3 bar.

Does the set include backflow protection and installation components?

Yes, the product description lists backflow protection. The full set includes the thermostat mixer, cover plates, eccentrics and installation materials.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');