Color spaces of #bd86ae
RGB | 189 | 134 | 174 |
---|---|---|---|
HSL | 0.88 | 0.29 | 0.63 |
HSV | 316° | 29° | 74° |
CMYK | 0.00 | 0.29 | 0.08 0.26 |
XYZ | 37.1513 | 30.9250 | 44.0554 |
Yxy | 30.9250 | 0.3313 | 0.2758 |
Hunter Lab | 55.6103 | 21.9318 | -8.0434 |
CIE-Lab | 62.4443 | 27.4577 | -12.6767 |
#bd86ae color RGB value is (189,134,174).
#bd86ae hex color red value is 189, green value is 134 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bd86ae hue: 0.88 , saturation: 0.29 and the lightness value of bd86ae is 0.63.
The process color (four color CMYK) of #bd86ae color hex is 0.00, 0.29, 0.08, 0.26. Web safe color of #bd86ae is #cc9999. Color #bd86ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10000110 | 10101110 |
Octal | 275 | 206 | 256 |
Decimal | 189 | 134 | 174 |
Hex | BD | 86 | AE |
Shades of #bd86ae
Tints of #bd86ae
RGB Percentages of Color #bd86ae
CMYK Percentages of Color #bd86ae
Complementary Color
#bd86ae | #86bd95 |
#bd86ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd86ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd86ae Color CSS Codes
.mybgcolor {background-color:#bd86ae; } .myforecolor {color:#bd86ae; } .mybordercolor {border:3px solid #bd86ae; }
#bd86ae Text Font Color
<p style="color:#bd86ae">Text here</p>
This sample text font color is #bd86ae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#bd86ae Background Color
<div style="background-color:#bd86ae">
Div content here</div>
This div background color is #bd86ae
#bd86ae Border Color
<div style="border:3px solid #bd86ae">
Div here</div>
This div border color is #bd86ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,134,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd86ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd86ae; -webkit-box-shadow: 1px 1px 3px 2px #bd86ae; box-shadow: 1px 1px 3px 2px #bd86ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,134,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd86ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd86ae; -webkit-box-shadow: 1px 1px 3px 2px #bd86ae; box-shadow: 1px 1px 3px 2px #bd86ae;">
Div content here</div>
This div box has shadow with color #bd86ae
Comments
No comments written yet.
Please login to write comment.