Color spaces of #bdbbdb
RGB | 189 | 187 | 219 |
---|---|---|---|
HSL | 0.68 | 0.31 | 0.80 |
HSV | 244° | 15° | 86° |
CMYK | 0.14 | 0.15 | 0.00 0.14 |
XYZ | 51.5428 | 51.4739 | 74.2367 |
Yxy | 51.4739 | 0.2908 | 0.2904 |
Hunter Lab | 71.7453 | 2.6825 | -11.1272 |
CIE-Lab | 76.9652 | 7.0247 | -15.7436 |
#bdbbdb color RGB value is (189,187,219).
#bdbbdb hex color red value is 189, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bdbbdb hue: 0.68 , saturation: 0.31 and the lightness value of bdbbdb is 0.80.
The process color (four color CMYK) of #bdbbdb color hex is 0.14, 0.15, 0.00, 0.14. Web safe color of #bdbbdb is #cccccc. Color #bdbbdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111011 | 11011011 |
Octal | 275 | 273 | 333 |
Decimal | 189 | 187 | 219 |
Hex | BD | BB | DB |
Shades of #bdbbdb
Tints of #bdbbdb
RGB Percentages of Color #bdbbdb
CMYK Percentages of Color #bdbbdb
Complementary Color
#bdbbdb | #d9dbbb |
#bdbbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbbdb Color CSS Codes
.mybgcolor {background-color:#bdbbdb; } .myforecolor {color:#bdbbdb; } .mybordercolor {border:3px solid #bdbbdb; }
#bdbbdb Text Font Color
<p style="color:#bdbbdb">Text here</p>
This sample text font color is #bdbbdb
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.
#bdbbdb Background Color
<div style="background-color:#bdbbdb">
Div content here</div>
This div background color is #bdbbdb
#bdbbdb Border Color
<div style="border:3px solid #bdbbdb">
Div here</div>
This div border color is #bdbbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,187,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbbdb; -webkit-box-shadow: 1px 1px 3px 2px #bdbbdb; box-shadow: 1px 1px 3px 2px #bdbbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,187,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbbdb; -webkit-box-shadow: 1px 1px 3px 2px #bdbbdb; box-shadow: 1px 1px 3px 2px #bdbbdb;">
Div content here</div>
This div box has shadow with color #bdbbdb
Comments
No comments written yet.
Please login to write comment.