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