Color spaces of #bdb9cb
RGB | 189 | 185 | 203 |
---|---|---|---|
HSL | 0.70 | 0.15 | 0.76 |
HSV | 253° | 9° | 80° |
CMYK | 0.07 | 0.09 | 0.00 0.20 |
XYZ | 49.1147 | 49.8285 | 63.5292 |
Yxy | 49.8285 | 0.3023 | 0.3067 |
Hunter Lab | 70.5893 | 0.6656 | -3.9475 |
CIE-Lab | 75.9639 | 4.8349 | -8.5639 |
#bdb9cb color RGB value is (189,185,203).
#bdb9cb hex color red value is 189, green value is 185 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdb9cb hue: 0.70 , saturation: 0.15 and the lightness value of bdb9cb is 0.76.
The process color (four color CMYK) of #bdb9cb color hex is 0.07, 0.09, 0.00, 0.20. Web safe color of #bdb9cb is #cccccc. Color #bdb9cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111001 | 11001011 |
Octal | 275 | 271 | 313 |
Decimal | 189 | 185 | 203 |
Hex | BD | B9 | CB |
Shades of #bdb9cb
Tints of #bdb9cb
RGB Percentages of Color #bdb9cb
CMYK Percentages of Color #bdb9cb
Complementary Color
#bdb9cb | #c7cbb9 |
#bdb9cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb9cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb9cb Color CSS Codes
.mybgcolor {background-color:#bdb9cb; } .myforecolor {color:#bdb9cb; } .mybordercolor {border:3px solid #bdb9cb; }
#bdb9cb Text Font Color
<p style="color:#bdb9cb">Text here</p>
This sample text font color is #bdb9cb
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.
#bdb9cb Background Color
<div style="background-color:#bdb9cb">
Div content here</div>
This div background color is #bdb9cb
#bdb9cb Border Color
<div style="border:3px solid #bdb9cb">
Div here</div>
This div border color is #bdb9cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,185,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb9cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb9cb; -webkit-box-shadow: 1px 1px 3px 2px #bdb9cb; box-shadow: 1px 1px 3px 2px #bdb9cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,185,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb9cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb9cb; -webkit-box-shadow: 1px 1px 3px 2px #bdb9cb; box-shadow: 1px 1px 3px 2px #bdb9cb;">
Div content here</div>
This div box has shadow with color #bdb9cb
Comments
No comments written yet.
Please login to write comment.