Color spaces of #bb8bad
RGB | 187 | 139 | 173 |
---|---|---|---|
HSL | 0.88 | 0.26 | 0.64 |
HSV | 318° | 26° | 73° |
CMYK | 0.00 | 0.26 | 0.07 0.27 |
XYZ | 37.2690 | 32.0472 | 43.7566 |
Yxy | 32.0472 | 0.3296 | 0.2834 |
Hunter Lab | 56.6102 | 18.4464 | -6.2007 |
CIE-Lab | 63.3819 | 23.8019 | -10.7250 |
#bb8bad color RGB value is (187,139,173).
#bb8bad hex color red value is 187, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb8bad hue: 0.88 , saturation: 0.26 and the lightness value of bb8bad is 0.64.
The process color (four color CMYK) of #bb8bad color hex is 0.00, 0.26, 0.07, 0.27. Web safe color of #bb8bad is #cc9999. Color #bb8bad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10001011 | 10101101 |
Octal | 273 | 213 | 255 |
Decimal | 187 | 139 | 173 |
Hex | BB | 8B | AD |
Shades of #bb8bad
Tints of #bb8bad
RGB Percentages of Color #bb8bad
CMYK Percentages of Color #bb8bad
Complementary Color
#bb8bad | #8bbb99 |
#bb8bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb8bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb8bad Color CSS Codes
.mybgcolor {background-color:#bb8bad; } .myforecolor {color:#bb8bad; } .mybordercolor {border:3px solid #bb8bad; }
#bb8bad Text Font Color
<p style="color:#bb8bad">Text here</p>
This sample text font color is #bb8bad
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.
#bb8bad Background Color
<div style="background-color:#bb8bad">
Div content here</div>
This div background color is #bb8bad
#bb8bad Border Color
<div style="border:3px solid #bb8bad">
Div here</div>
This div border color is #bb8bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,139,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb8bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb8bad; -webkit-box-shadow: 1px 1px 3px 2px #bb8bad; box-shadow: 1px 1px 3px 2px #bb8bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,139,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb8bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb8bad; -webkit-box-shadow: 1px 1px 3px 2px #bb8bad; box-shadow: 1px 1px 3px 2px #bb8bad;">
Div content here</div>
This div box has shadow with color #bb8bad
Comments
No comments written yet.
Please login to write comment.