Shades of Spindle #BDCCDD
Tints of Spindle #BDCCDD
RGB
CMYK
RGB Variations
Color information
#BDCCDD (or 0xBDCCDD) is known color: Spindle. HEX triplet: BD, CC and DD. RGB value is (189,204,221). Sum of RGB (Red+Green+Blue) = 189+204+221=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCDD is #423322. Grayscale: #C9C9C9. Windows color (decimal): -4338467 or 14535869. OLE color: 14535869.
HSL color Cylindrical-coordinate representation of color #BDCCDD: hue angle of 211.88º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCCDD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 204 | 221 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.13 |
| HSL | 211.88º | 0.32% | 0.8% | - |
| HSV(B) | 211.88º | 0.14% | 0.87% | - |
| XYZ | 55.63 | 59.23 | 76.91 | - |
| YUV | 201.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 221 | 0.14 | 0.08 | 0 | 0.13 | 211.88 | 0.32 | 0.8 |
| Hex | BD | CC | DD | E | 8 | 0 | D | D4 | 20 | 50 |
| Octal | 275 | 314 | 335 | 16 | 10 | 0 | 15 | 324 | 40 | 120 |
| Binary | 10111101 | 11001100 | 11011101 | 1110 | 1000 | 0 | 1101 | 11010100 | 100000 | 1010000 |
Color Harmonies of #BDCCDD
Complementary color
Monochromatic Colors of #BDCCDD
Black with #BDCCDD
Text Example
Text Example
White with #BDCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCDD; }
p { color: rgb(189,204,221); }
H1.HeaderClassName
{
color: #BDCCDD;
}
.AnyTagClassName
{
color: #BDCCDD;
}
</style>
background-color css
<style>
a { background-color: #BDCCDD; }
a { background-color: rgb(189,204,221); }
div.DivClassName
{
background-color: #BDCCDD;
}
.BgClassName
{
background-color: #BDCCDD;
}
</style>
border-color css
<style>
span { border-color: #BDCCDD; }
span { border-color: rgb(189,204,221); }
td.TdClassName
{
border-color: #BDCCDD;
}
.TagClassName
{
border-color: #BDCCDD;
}
</style>