Color spaces of #bbacb9
RGB | 187 | 172 | 185 |
---|---|---|---|
HSL | 0.86 | 0.10 | 0.70 |
HSV | 308° | 8° | 73° |
CMYK | 0.00 | 0.08 | 0.01 0.27 |
XYZ | 44.0030 | 43.5726 | 51.9901 |
Yxy | 43.5726 | 0.3153 | 0.3122 |
Hunter Lab | 66.0095 | 3.4742 | -0.4910 |
CIE-Lab | 71.9419 | 7.7385 | -4.6969 |
#bbacb9 color RGB value is (187,172,185).
#bbacb9 hex color red value is 187, green value is 172 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bbacb9 hue: 0.86 , saturation: 0.10 and the lightness value of bbacb9 is 0.70.
The process color (four color CMYK) of #bbacb9 color hex is 0.00, 0.08, 0.01, 0.27. Web safe color of #bbacb9 is #cc99cc. Color #bbacb9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101100 | 10111001 |
Octal | 273 | 254 | 271 |
Decimal | 187 | 172 | 185 |
Hex | BB | AC | B9 |
Shades of #bbacb9
Tints of #bbacb9
RGB Percentages of Color #bbacb9
CMYK Percentages of Color #bbacb9
Complementary Color
#bbacb9 | #acbbae |
#bbacb9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbacb9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbacb9 Color CSS Codes
.mybgcolor {background-color:#bbacb9; } .myforecolor {color:#bbacb9; } .mybordercolor {border:3px solid #bbacb9; }
#bbacb9 Text Font Color
<p style="color:#bbacb9">Text here</p>
This sample text font color is #bbacb9
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.
#bbacb9 Background Color
<div style="background-color:#bbacb9">
Div content here</div>
This div background color is #bbacb9
#bbacb9 Border Color
<div style="border:3px solid #bbacb9">
Div here</div>
This div border color is #bbacb9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,172,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbacb9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbacb9; -webkit-box-shadow: 1px 1px 3px 2px #bbacb9; box-shadow: 1px 1px 3px 2px #bbacb9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,172,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbacb9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbacb9; -webkit-box-shadow: 1px 1px 3px 2px #bbacb9; box-shadow: 1px 1px 3px 2px #bbacb9;">
Div content here</div>
This div box has shadow with color #bbacb9
Comments
No comments written yet.
Please login to write comment.