Shades of Spindle #BDCEDC
Tints of Spindle #BDCEDC
RGB
CMYK
RGB Variations
Color information
#BDCEDC (or 0xBDCEDC) is known color: Spindle. HEX triplet: BD, CE and DC. RGB value is (189,206,220). Sum of RGB (Red+Green+Blue) = 189+206+220=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEDC is #423123. Grayscale: #CACACA. Windows color (decimal): -4337956 or 14470845. OLE color: 14470845.
HSL color Cylindrical-coordinate representation of color #BDCEDC: hue angle of 207.1º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCEDC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 206 | 220 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.14 |
| HSL | 207.1º | 0.31% | 0.8% | - |
| HSV(B) | 207.1º | 0.14% | 0.86% | - |
| XYZ | 55.98 | 60.13 | 76.37 | - |
| YUV | 202.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 220 | 0.14 | 0.06 | 0 | 0.14 | 207.1 | 0.31 | 0.8 |
| Hex | BD | CE | DC | E | 6 | 0 | E | CF | 1F | 50 |
| Octal | 275 | 316 | 334 | 16 | 6 | 0 | 16 | 317 | 37 | 120 |
| Binary | 10111101 | 11001110 | 11011100 | 1110 | 110 | 0 | 1110 | 11001111 | 11111 | 1010000 |
Color Harmonies of #BDCEDC
Complementary color
Monochromatic Colors of #BDCEDC
Black with #BDCEDC
Text Example
Text Example
White with #BDCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEDC; }
p { color: rgb(189,206,220); }
H1.HeaderClassName
{
color: #BDCEDC;
}
.AnyTagClassName
{
color: #BDCEDC;
}
</style>
background-color css
<style>
a { background-color: #BDCEDC; }
a { background-color: rgb(189,206,220); }
div.DivClassName
{
background-color: #BDCEDC;
}
.BgClassName
{
background-color: #BDCEDC;
}
</style>
border-color css
<style>
span { border-color: #BDCEDC; }
span { border-color: rgb(189,206,220); }
td.TdClassName
{
border-color: #BDCEDC;
}
.TagClassName
{
border-color: #BDCEDC;
}
</style>