Color spaces of #bbbf9a
RGB | 187 | 191 | 154 |
---|---|---|---|
HSL | 0.18 | 0.22 | 0.68 |
HSV | 66° | 19° | 75° |
CMYK | 0.02 | 0.00 | 0.19 0.25 |
XYZ | 44.9571 | 50.1595 | 37.8841 |
Yxy | 50.1595 | 0.3380 | 0.3771 |
Hunter Lab | 70.8234 | -10.6331 | 17.8616 |
CIE-Lab | 76.1671 | -7.6978 | 18.2406 |
#bbbf9a color RGB value is (187,191,154).
#bbbf9a hex color red value is 187, green value is 191 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bbbf9a hue: 0.18 , saturation: 0.22 and the lightness value of bbbf9a is 0.68.
The process color (four color CMYK) of #bbbf9a color hex is 0.02, 0.00, 0.19, 0.25. Web safe color of #bbbf9a is #cccc99. Color #bbbf9a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10111111 | 10011010 |
Octal | 273 | 277 | 232 |
Decimal | 187 | 191 | 154 |
Hex | BB | BF | 9A |
Shades of #bbbf9a
Tints of #bbbf9a
RGB Percentages of Color #bbbf9a
CMYK Percentages of Color #bbbf9a
Complementary Color
#bbbf9a | #9e9abf |
#bbbf9a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbbf9a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbbf9a Color CSS Codes
.mybgcolor {background-color:#bbbf9a; } .myforecolor {color:#bbbf9a; } .mybordercolor {border:3px solid #bbbf9a; }
#bbbf9a Text Font Color
<p style="color:#bbbf9a">Text here</p>
This sample text font color is #bbbf9a
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.
#bbbf9a Background Color
<div style="background-color:#bbbf9a">
Div content here</div>
This div background color is #bbbf9a
#bbbf9a Border Color
<div style="border:3px solid #bbbf9a">
Div here</div>
This div border color is #bbbf9a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,191,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbbf9a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbbf9a; -webkit-box-shadow: 1px 1px 3px 2px #bbbf9a; box-shadow: 1px 1px 3px 2px #bbbf9a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,191,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbbf9a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbf9a; -webkit-box-shadow: 1px 1px 3px 2px #bbbf9a; box-shadow: 1px 1px 3px 2px #bbbf9a;">
Div content here</div>
This div box has shadow with color #bbbf9a
Comments
No comments written yet.
Please login to write comment.