MIXER HANSGROHE 71552000 VERNIS BLEND 190 KR.VAL

The photographs are for illustrative purposes only.
Get AI analytics on product MIXER
HANSGROHE 71552000 VERNIS BLEND 190 KR.VAL:
124.20€/pc.
Ex Tax: 100.16€/pc.
hansgrohe
0 reviews
In stock
Product Code: 000-476029ASP
Qty
One click order
Tags:

DESCRIPTION MIXER HANSGROHE 71552000 VERNIS BLEND 190 KR.VAL price 126.23€ hansgrohe

Package dimensions43,00 x 26,00 x 7,50 cm
Net weight2,516 kg

Ajatu disain väiksema eelarve jaoks: Vernis Blendi segistite harmooniline disain lisab vannitoale peent elegantsi ja kasutusmugavust.

• Komplektis: valamusegisti, põhjaklapp
• ComfortZone 190
• Käepide: kangkäepide
• Projektsioon 169 mm
• Veejoa tüüp: normaaljuga
• Pööratav pihusti
• Maksimaalne veehulk 3 baari juures: 5 l/min
• Sobib kasutamiseks ka koos läbivooluboileritega
• Vardaga põhjaklapp
• Põhjaklapi materjal: sünteetiline
• Ühenduse suurus: DN15
• Müraklass: I
• Hansgrohe – esmaklassiline usaldusväärsete vannitoa- ja köögitoodete kaubamärk alates 1901. aastast

Kogukaal: 2,516 kg

Pakendi mõõtmed: 43,00 x 26,00 x 7,50 cm

Description provided by sitypro.com

MIXER HANSGROHE 71552000 VERNIS BLEND 190 KR.VAL
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the MIXER HANSGROHE 71552000 VERNIS BLEND 190 KR.VAL

What is the MIXER HANSGROHE 71552000 VERNIS BLEND 190 KR.VAL?

MIXER HANSGROHE 71552000 VERNIS BLEND 190 KR.VAL is a Vernis Blend basin mixer with ComfortZone 190, 169 mm projection and a swivel aerator; the set includes the mixer and a synthetic pop-up waste. Weight 2.516 kg, package dimensions 43×26×7.5 cm.

Is this mixer suitable for a small or countertop basin?

Yes — the ComfortZone 190 and 169 mm projection provide adequate reach for most small and countertop basins, giving comfortable water access without excessive splashing. Measure from the tap hole centre to the basin rim to confirm the 169 mm projection fits your setup.

What is the maximum water flow rate for this model?

The HANSGROHE 71552000 VERNIS BLEND has a maximum flow of 5 l/min at 3 bar, making it water-efficient and suitable for typical bathroom use. This value assumes normal water pressure.

Can this mixer be used with a tankless water heater?

Yes — the product description states the mixer is suitable for use with tankless (instantaneous) water heaters. Ensure your heater is compatible with the system pressure and the mixer's flow rate of 5 l/min.

What type of handle does the mixer have and how is water controlled?

The mixer features a single lever handle (kangkäepide), with flow and temperature controlled by rotating and lifting the lever. This provides simple and precise adjustment.

What is the water jet type and can it be adjusted?

The jet type is a normal (standard) flow, and the mixer includes a swivel aerator allowing you to direct and slightly adjust the stream. This helps reduce splashing at the basin.

What is the connection size and will it fit standard pipes?

The connection size is DN15, which corresponds to standard 1/2" fittings used in most plumbing systems. It should fit typical flexible tails and pipework.

What is the pop-up waste made of and how is it operated?

The set includes a rod-operated (valve with rod) pop-up waste made of synthetic material; it is operated via the rod mechanism built into the mixer. The synthetic construction keeps it lightweight and corrosion-resistant.

What are the package dimensions and weight of this model?

The total weight is 2.516 kg and the package dimensions are 43.00 × 26.00 × 7.50 cm. These specs are useful for planning installation and storage.

What is the noise class of the mixer and what does class I mean?

The description lists noise class I, indicating a low noise level during water flow and comfortable operation in the bathroom. This matters if you prefer quieter plumbing fixtures.

Where to buy MIXER HANSGROHE 71552000 VERNIS BLEND 190 KR.VAL?

You can buy MIXER HANSGROHE 71552000 VERNIS BLEND 190 KR.VAL in our online store for 100.16€. Category: Sink taps.

What is the price of MIXER HANSGROHE 71552000 VERNIS BLEND 190 KR.VAL?

The current price of MIXER HANSGROHE 71552000 VERNIS BLEND 190 KR.VAL is 100.16€. Brand: hansgrohe.

MIXER HANSGROHE 71552000 VERNIS BLEND 190 KR.VAL — specifications and description

Model: 000-476029ASP. Category: Sink taps. Brand: hansgrohe. Price: 100.16€.

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ххххххх');