Color spaces of #bb969f
RGB | 187 | 150 | 159 |
---|---|---|---|
HSL | 0.96 | 0.21 | 0.66 |
HSV | 345° | 20° | 73° |
CMYK | 0.00 | 0.20 | 0.15 0.27 |
XYZ | 37.6579 | 34.8807 | 37.5488 |
Yxy | 34.8807 | 0.3421 | 0.3168 |
Hunter Lab | 59.0599 | 10.4608 | 3.6468 |
CIE-Lab | 65.6557 | 15.2696 | 0.5338 |
#bb969f color RGB value is (187,150,159).
#bb969f hex color red value is 187, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bb969f hue: 0.96 , saturation: 0.21 and the lightness value of bb969f is 0.66.
The process color (four color CMYK) of #bb969f color hex is 0.00, 0.20, 0.15, 0.27. Web safe color of #bb969f is #cc9999. Color #bb969f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10010110 | 10011111 |
Octal | 273 | 226 | 237 |
Decimal | 187 | 150 | 159 |
Hex | BB | 96 | 9F |
Shades of #bb969f
Tints of #bb969f
RGB Percentages of Color #bb969f
CMYK Percentages of Color #bb969f
Complementary Color
#bb969f | #96bbb2 |
#bb969f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb969f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb969f Color CSS Codes
.mybgcolor {background-color:#bb969f; } .myforecolor {color:#bb969f; } .mybordercolor {border:3px solid #bb969f; }
#bb969f Text Font Color
<p style="color:#bb969f">Text here</p>
This sample text font color is #bb969f
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.
#bb969f Background Color
<div style="background-color:#bb969f">
Div content here</div>
This div background color is #bb969f
#bb969f Border Color
<div style="border:3px solid #bb969f">
Div here</div>
This div border color is #bb969f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,150,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb969f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb969f; -webkit-box-shadow: 1px 1px 3px 2px #bb969f; box-shadow: 1px 1px 3px 2px #bb969f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,150,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb969f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb969f; -webkit-box-shadow: 1px 1px 3px 2px #bb969f; box-shadow: 1px 1px 3px 2px #bb969f;">
Div content here</div>
This div box has shadow with color #bb969f
Comments
No comments written yet.
Please login to write comment.