Color spaces of #bb9bbb
RGB | 187 | 155 | 187 |
---|---|---|---|
HSL | 0.83 | 0.19 | 0.67 |
HSV | 300° | 17° | 73° |
CMYK | 0.00 | 0.17 | 0.00 0.27 |
XYZ | 41.1845 | 37.5953 | 52.0997 |
Yxy | 37.5953 | 0.3147 | 0.2873 |
Hunter Lab | 61.3150 | 12.5949 | -7.4585 |
CIE-Lab | 67.7213 | 17.4895 | -12.0836 |
#bb9bbb color RGB value is (187,155,187).
#bb9bbb hex color red value is 187, green value is 155 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bb9bbb hue: 0.83 , saturation: 0.19 and the lightness value of bb9bbb is 0.67.
The process color (four color CMYK) of #bb9bbb color hex is 0.00, 0.17, 0.00, 0.27. Web safe color of #bb9bbb is #cc99cc. Color #bb9bbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10011011 | 10111011 |
Octal | 273 | 233 | 273 |
Decimal | 187 | 155 | 187 |
Hex | BB | 9B | BB |
Shades of #bb9bbb
Tints of #bb9bbb
RGB Percentages of Color #bb9bbb
CMYK Percentages of Color #bb9bbb
Complementary Color
#bb9bbb | #9bbb9b |
#bb9bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb9bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb9bbb Color CSS Codes
.mybgcolor {background-color:#bb9bbb; } .myforecolor {color:#bb9bbb; } .mybordercolor {border:3px solid #bb9bbb; }
#bb9bbb Text Font Color
<p style="color:#bb9bbb">Text here</p>
This sample text font color is #bb9bbb
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.
#bb9bbb Background Color
<div style="background-color:#bb9bbb">
Div content here</div>
This div background color is #bb9bbb
#bb9bbb Border Color
<div style="border:3px solid #bb9bbb">
Div here</div>
This div border color is #bb9bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,155,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb9bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb9bbb; -webkit-box-shadow: 1px 1px 3px 2px #bb9bbb; box-shadow: 1px 1px 3px 2px #bb9bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,155,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb9bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb9bbb; -webkit-box-shadow: 1px 1px 3px 2px #bb9bbb; box-shadow: 1px 1px 3px 2px #bb9bbb;">
Div content here</div>
This div box has shadow with color #bb9bbb
Comments
No comments written yet.
Please login to write comment.