DOOR HANDLE WINDY 184 MUST SCAND

The photographs are for illustrative purposes only.
Get AI analytics on product Door Handle Windy 184 Black Scandinavian:
24.29€/pair
Ex Tax: 19.59€/pair
iNOVO
0 reviews
In stock
Product Code: 000-486407ASP
Qty
One click order
Tags:
Product sizes14,00 x 3,00 x 5,00 cm
Package dimensions17,00 x 12,00 x 5,30 cm
Gross weight0,109 kg
Net weight0,175 kg

Door Handle Windy 184 Must Scand

A practical and stylish door handle designed for smooth everyday operation and enhanced interior aesthetics. Suitable for various door types, it offers reliable functionality and a clean Scandinavian-inspired look.

Key advantages


    Smooth and comfortable grip for daily use
  • Durable construction designed for long-term reliability
  • Stylish appearance with Scandinavian influence
  • Easy installation on standard interior doors
  • Low-maintenance surface suitable for frequent use
  • Versatile design that fits modern and classic interiors
  • Ergonomic shape for user comfort

Application and use cases

This door handle is suitable for both residential and commercial spaces, offering dependable performance wherever installed.


    Living room and bedroom interior doors
  • Office and workspace partitions
  • Hallway and corridor doors
  • Light-duty commercial interiors
  • Renovation projects requiring stylish hardware

What to consider when choosing


    Match the handle design with the overall interior style
  1. Check compatibility with the door type and mechanism
  2. Consider the finish and how it fits your environment
  3. Evaluate ergonomics for comfortable daily use
  4. Choose a model known for durability and reliability

Characteristics


    Model: Windy 184
  • Scandinavian-style design (Scand)
  • Must finish interpretation based on product name
  • Suitable for interior doors

Why buy at SityPro


    Convenient ordering process with fast delivery
  • Wide assortment of door hardware at a fair price
  • Reliable customer support for selection assistance
  • Quality products sourced from trusted suppliers
  • Regular updates to the catalog for better choice

Description provided by sitypro.com

DOOR HANDLE WINDY 184 MUST SCAND
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the DOOR HANDLE WINDY 184 MUST SCAND

What is the Door Handle Windy 184 Black Scandinavian?

Door Handle Windy 184 Black Scandinavian is the iNOVO A153174SP interior door handle with a black matte finish, offering an ergonomic grip, durable construction and easy installation on standard interior doors, featuring a clean Scandinavian design.

Is this handle suitable for all interior doors?

The Windy 184 fits most standard interior doors, including wooden and laminated types. Check your door thickness and lock/rose hole spacing beforehand, as non-standard doors may require adapters.

What are the Windy 184 dimensions and mounting specs?

The A153174SP Windy 184 has standard handle length and mounting hole spacing for typical interior door roses. Exact dimensions and centre-to-centre measurements are provided in the product technical data; installation uses the supplied standard fixing kit.

What material and finish does this handle have?

The handle is made from a durable metal alloy with a black matte finish designed to resist everyday wear and to be low-maintenance. The surface treatment is built for frequent use.

How do you install Windy 184 — are special fittings required?

Installation follows standard procedure: the fixing kit provided is suitable for most doors and special fittings are usually not required. You will need basic tools (screwdriver, possibly a drill) and should verify compatibility with your lock or rose.

Is the handle suitable for commercial/high-traffic use?

Yes, Windy 184 is designed for regular daily use and is suitable for residential and office environments due to its durable construction and wear-resistant finish. For very high-traffic public areas, a heavy-duty commercial grade may be preferable.

How do I care for the black matte finish?

Wipe with a soft damp cloth and mild soapy water if needed; avoid abrasive cleaners, scourers or strong chemicals. Do not use metal brushes or abrasive pastes to preserve the matte finish.

How does WINDY 184 differ from other iNOVO models?

WINDY 184 is distinguished by its Scandinavian design, black matte finish and ergonomic grip; other iNOVO models may feature different shapes and finishes such as chrome or nickel. Choose based on your interior style and desired finish.

Can this handle be paired with other hardware and trims?

Yes — the black matte Windy 184 pairs well with Scandinavian and modern hardware, hinges and trims in matching or neutral tones. Ensure screw sizes and rose dimensions align with your existing hardware.

Is the finish resistant to fingerprints and scratches?

The black matte finish reduces the visibility of fingerprints and minor scratches compared with glossy finishes, though heavy impacts can still leave marks. Regular gentle maintenance helps preserve appearance.

What is included with model A153174SP (Windy 184)?

The A153174SP package typically includes the Windy 184 black matte handle, mounting screws and a standard fixing plate for interior doors. Check the product listing for the precise contents before purchase.

Where to buy Door Handle Windy 184 Black Scandinavian?

You can buy Door Handle Windy 184 Black Scandinavian in our online store for 19.59€. Category: Handles.

What is the price of Door Handle Windy 184 Black Scandinavian?

The current price of Door Handle Windy 184 Black Scandinavian is 19.59€. Brand: iNOVO.

Door Handle Windy 184 Black Scandinavian — specifications and description

Model: 000-486407ASP. Category: Handles. Brand: iNOVO. Price: 19.59€.

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