Color spaces of #bdbdcc
RGB | 189 | 189 | 204 |
---|---|---|---|
HSL | 0.67 | 0.13 | 0.77 |
HSV | 240° | 7° | 80° |
CMYK | 0.07 | 0.07 | 0.00 0.20 |
XYZ | 50.0829 | 51.5736 | 64.4418 |
Yxy | 51.5736 | 0.3015 | 0.3105 |
Hunter Lab | 71.8148 | -1.1917 | -2.9326 |
CIE-Lab | 77.0252 | 2.8797 | -7.5305 |
#bdbdcc color RGB value is (189,189,204).
#bdbdcc hex color red value is 189, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bdbdcc hue: 0.67 , saturation: 0.13 and the lightness value of bdbdcc is 0.77.
The process color (four color CMYK) of #bdbdcc color hex is 0.07, 0.07, 0.00, 0.20. Web safe color of #bdbdcc is #cccccc. Color #bdbdcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111101 | 11001100 |
Octal | 275 | 275 | 314 |
Decimal | 189 | 189 | 204 |
Hex | BD | BD | CC |
Shades of #bdbdcc
Tints of #bdbdcc
RGB Percentages of Color #bdbdcc
CMYK Percentages of Color #bdbdcc
Complementary Color
#bdbdcc | #ccccbd |
#bdbdcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbdcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbdcc Color CSS Codes
.mybgcolor {background-color:#bdbdcc; } .myforecolor {color:#bdbdcc; } .mybordercolor {border:3px solid #bdbdcc; }
#bdbdcc Text Font Color
<p style="color:#bdbdcc">Text here</p>
This sample text font color is #bdbdcc
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.
#bdbdcc Background Color
<div style="background-color:#bdbdcc">
Div content here</div>
This div background color is #bdbdcc
#bdbdcc Border Color
<div style="border:3px solid #bdbdcc">
Div here</div>
This div border color is #bdbdcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,189,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbdcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbdcc; -webkit-box-shadow: 1px 1px 3px 2px #bdbdcc; box-shadow: 1px 1px 3px 2px #bdbdcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,189,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbdcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbdcc; -webkit-box-shadow: 1px 1px 3px 2px #bdbdcc; box-shadow: 1px 1px 3px 2px #bdbdcc;">
Div content here</div>
This div box has shadow with color #bdbdcc
Comments
No comments written yet.
Please login to write comment.