Color spaces of #bbb0ae
RGB | 187 | 176 | 174 |
---|---|---|---|
HSL | 0.03 | 0.09 | 0.71 |
HSV | 9° | 7° | 73° |
CMYK | 0.00 | 0.06 | 0.07 0.27 |
XYZ | 43.6588 | 44.6715 | 46.3658 |
Yxy | 44.6715 | 0.3241 | 0.3316 |
Hunter Lab | 66.8367 | -0.3653 | 5.6552 |
CIE-Lab | 72.6751 | 3.5671 | 2.4206 |
#bbb0ae color RGB value is (187,176,174).
#bbb0ae hex color red value is 187, green value is 176 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bbb0ae hue: 0.03 , saturation: 0.09 and the lightness value of bbb0ae is 0.71.
The process color (four color CMYK) of #bbb0ae color hex is 0.00, 0.06, 0.07, 0.27. Web safe color of #bbb0ae is #cc9999. Color #bbb0ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10110000 | 10101110 |
Octal | 273 | 260 | 256 |
Decimal | 187 | 176 | 174 |
Hex | BB | B0 | AE |
Shades of #bbb0ae
Tints of #bbb0ae
RGB Percentages of Color #bbb0ae
CMYK Percentages of Color #bbb0ae
Complementary Color
#bbb0ae | #aeb9bb |
#bbb0ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbb0ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbb0ae Color CSS Codes
.mybgcolor {background-color:#bbb0ae; } .myforecolor {color:#bbb0ae; } .mybordercolor {border:3px solid #bbb0ae; }
#bbb0ae Text Font Color
<p style="color:#bbb0ae">Text here</p>
This sample text font color is #bbb0ae
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.
#bbb0ae Background Color
<div style="background-color:#bbb0ae">
Div content here</div>
This div background color is #bbb0ae
#bbb0ae Border Color
<div style="border:3px solid #bbb0ae">
Div here</div>
This div border color is #bbb0ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,176,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbb0ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbb0ae; -webkit-box-shadow: 1px 1px 3px 2px #bbb0ae; box-shadow: 1px 1px 3px 2px #bbb0ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,176,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 #bbb0ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbb0ae; -webkit-box-shadow: 1px 1px 3px 2px #bbb0ae; box-shadow: 1px 1px 3px 2px #bbb0ae;">
Div content here</div>
This div box has shadow with color #bbb0ae
Comments
No comments written yet.
Please login to write comment.