Color spaces of #b9bbae
RGB | 185 | 187 | 174 |
---|---|---|---|
HSL | 0.19 | 0.09 | 0.71 |
HSV | 69° | 7° | 73° |
CMYK | 0.01 | 0.00 | 0.07 0.27 |
XYZ | 45.4179 | 48.9109 | 47.0914 |
Yxy | 48.9109 | 0.3212 | 0.3459 |
Hunter Lab | 69.9363 | -6.4675 | 9.0327 |
CIE-Lab | 75.3959 | -3.0472 | 6.3308 |
#b9bbae color RGB value is (185,187,174).
#b9bbae hex color red value is 185, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b9bbae hue: 0.19 , saturation: 0.09 and the lightness value of b9bbae is 0.71.
The process color (four color CMYK) of #b9bbae color hex is 0.01, 0.00, 0.07, 0.27. Web safe color of #b9bbae is #cccc99. Color #b9bbae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10111011 | 10101110 |
Octal | 271 | 273 | 256 |
Decimal | 185 | 187 | 174 |
Hex | B9 | BB | AE |
Shades of #b9bbae
Tints of #b9bbae
RGB Percentages of Color #b9bbae
CMYK Percentages of Color #b9bbae
Complementary Color
#b9bbae | #b0aebb |
#b9bbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9bbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9bbae Color CSS Codes
.mybgcolor {background-color:#b9bbae; } .myforecolor {color:#b9bbae; } .mybordercolor {border:3px solid #b9bbae; }
#b9bbae Text Font Color
<p style="color:#b9bbae">Text here</p>
This sample text font color is #b9bbae
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.
#b9bbae Background Color
<div style="background-color:#b9bbae">
Div content here</div>
This div background color is #b9bbae
#b9bbae Border Color
<div style="border:3px solid #b9bbae">
Div here</div>
This div border color is #b9bbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,187,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9bbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9bbae; -webkit-box-shadow: 1px 1px 3px 2px #b9bbae; box-shadow: 1px 1px 3px 2px #b9bbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,187,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 #b9bbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9bbae; -webkit-box-shadow: 1px 1px 3px 2px #b9bbae; box-shadow: 1px 1px 3px 2px #b9bbae;">
Div content here</div>
This div box has shadow with color #b9bbae
Comments
No comments written yet.
Please login to write comment.