Shades of Spindle #BDCCDA
Tints of Spindle #BDCCDA
RGB
CMYK
RGB Variations
Color information
#BDCCDA (or 0xBDCCDA) is known color: Spindle. HEX triplet: BD, CC and DA. RGB value is (189,204,218). Sum of RGB (Red+Green+Blue) = 189+204+218=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDCCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCDA is #423325. Grayscale: #C9C9C9. Windows color (decimal): -4338470 or 14339261. OLE color: 14339261.
HSL color Cylindrical-coordinate representation of color #BDCCDA: hue angle of 208.97º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDCCDA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 204 | 218 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.15 |
| HSL | 208.97º | 0.28% | 0.8% | - |
| HSV(B) | 208.97º | 0.13% | 0.85% | - |
| XYZ | 55.23 | 59.07 | 74.82 | - |
| YUV | 201.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 218 | 0.13 | 0.06 | 0 | 0.15 | 208.97 | 0.28 | 0.8 |
| Hex | BD | CC | DA | D | 6 | 0 | F | D1 | 1C | 50 |
| Octal | 275 | 314 | 332 | 15 | 6 | 0 | 17 | 321 | 34 | 120 |
| Binary | 10111101 | 11001100 | 11011010 | 1101 | 110 | 0 | 1111 | 11010001 | 11100 | 1010000 |
Color Harmonies of #BDCCDA
Complementary color
Monochromatic Colors of #BDCCDA
Black with #BDCCDA
Text Example
Text Example
White with #BDCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCDA; }
p { color: rgb(189,204,218); }
H1.HeaderClassName
{
color: #BDCCDA;
}
.AnyTagClassName
{
color: #BDCCDA;
}
</style>
background-color css
<style>
a { background-color: #BDCCDA; }
a { background-color: rgb(189,204,218); }
div.DivClassName
{
background-color: #BDCCDA;
}
.BgClassName
{
background-color: #BDCCDA;
}
</style>
border-color css
<style>
span { border-color: #BDCCDA; }
span { border-color: rgb(189,204,218); }
td.TdClassName
{
border-color: #BDCCDA;
}
.TagClassName
{
border-color: #BDCCDA;
}
</style>