Color spaces of #b9bcae
RGB | 185 | 188 | 174 |
---|---|---|---|
HSL | 0.20 | 0.09 | 0.71 |
HSV | 73° | 7° | 74° |
CMYK | 0.02 | 0.00 | 0.07 0.26 |
XYZ | 45.6308 | 49.3367 | 47.1623 |
Yxy | 49.3367 | 0.3211 | 0.3471 |
Hunter Lab | 70.2401 | -6.9593 | 9.3581 |
CIE-Lab | 75.6603 | -3.5772 | 6.7109 |
#b9bcae color RGB value is (185,188,174).
#b9bcae hex color red value is 185, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b9bcae hue: 0.20 , saturation: 0.09 and the lightness value of b9bcae is 0.71.
The process color (four color CMYK) of #b9bcae color hex is 0.02, 0.00, 0.07, 0.26. Web safe color of #b9bcae is #cccc99. Color #b9bcae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10111100 | 10101110 |
Octal | 271 | 274 | 256 |
Decimal | 185 | 188 | 174 |
Hex | B9 | BC | AE |
Shades of #b9bcae
Tints of #b9bcae
RGB Percentages of Color #b9bcae
CMYK Percentages of Color #b9bcae
Complementary Color
#b9bcae | #b1aebc |
#b9bcae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9bcae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9bcae Color CSS Codes
.mybgcolor {background-color:#b9bcae; } .myforecolor {color:#b9bcae; } .mybordercolor {border:3px solid #b9bcae; }
#b9bcae Text Font Color
<p style="color:#b9bcae">Text here</p>
This sample text font color is #b9bcae
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.
#b9bcae Background Color
<div style="background-color:#b9bcae">
Div content here</div>
This div background color is #b9bcae
#b9bcae Border Color
<div style="border:3px solid #b9bcae">
Div here</div>
This div border color is #b9bcae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,188,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9bcae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9bcae; -webkit-box-shadow: 1px 1px 3px 2px #b9bcae; box-shadow: 1px 1px 3px 2px #b9bcae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,188,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 #b9bcae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9bcae; -webkit-box-shadow: 1px 1px 3px 2px #b9bcae; box-shadow: 1px 1px 3px 2px #b9bcae;">
Div content here</div>
This div box has shadow with color #b9bcae
#b9bcae Color Palettes
Comments
No comments written yet.
Please login to write comment.