Color spaces of #bbadbd
RGB | 187 | 173 | 189 |
---|---|---|---|
HSL | 0.81 | 0.11 | 0.71 |
HSV | 293° | 8° | 74° |
CMYK | 0.01 | 0.08 | 0.00 0.26 |
XYZ | 44.6224 | 44.1261 | 54.3094 |
Yxy | 44.1261 | 0.3119 | 0.3084 |
Hunter Lab | 66.4275 | 3.6586 | -1.9747 |
CIE-Lab | 72.3127 | 7.9466 | -6.3483 |
#bbadbd color RGB value is (187,173,189).
#bbadbd hex color red value is 187, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bbadbd hue: 0.81 , saturation: 0.11 and the lightness value of bbadbd is 0.71.
The process color (four color CMYK) of #bbadbd color hex is 0.01, 0.08, 0.00, 0.26. Web safe color of #bbadbd is #cc99cc. Color #bbadbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10101101 | 10111101 |
Octal | 273 | 255 | 275 |
Decimal | 187 | 173 | 189 |
Hex | BB | AD | BD |
Shades of #bbadbd
Tints of #bbadbd
RGB Percentages of Color #bbadbd
CMYK Percentages of Color #bbadbd
Complementary Color
#bbadbd | #afbdad |
#bbadbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbadbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbadbd Color CSS Codes
.mybgcolor {background-color:#bbadbd; } .myforecolor {color:#bbadbd; } .mybordercolor {border:3px solid #bbadbd; }
#bbadbd Text Font Color
<p style="color:#bbadbd">Text here</p>
This sample text font color is #bbadbd
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.
#bbadbd Background Color
<div style="background-color:#bbadbd">
Div content here</div>
This div background color is #bbadbd
#bbadbd Border Color
<div style="border:3px solid #bbadbd">
Div here</div>
This div border color is #bbadbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,173,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbadbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbadbd; -webkit-box-shadow: 1px 1px 3px 2px #bbadbd; box-shadow: 1px 1px 3px 2px #bbadbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,173,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbadbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbadbd; -webkit-box-shadow: 1px 1px 3px 2px #bbadbd; box-shadow: 1px 1px 3px 2px #bbadbd;">
Div content here</div>
This div box has shadow with color #bbadbd
Comments
No comments written yet.
Please login to write comment.