Shades of Spindle #BCD0E0
Tints of Spindle #BCD0E0
RGB
CMYK
RGB Variations
Color information
#BCD0E0 (or 0xBCD0E0) is known color: Spindle. HEX triplet: BC, D0 and E0. RGB value is (188,208,224). Sum of RGB (Red+Green+Blue) = 188+208+224=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCD0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0E0 is #432F1F. Grayscale: #CBCBCB. Windows color (decimal): -4402976 or 14733500. OLE color: 14733500.
HSL color Cylindrical-coordinate representation of color #BCD0E0: hue angle of 206.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD0E0 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 208 | 224 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.12 |
| HSL | 206.67º | 0.37% | 0.81% | - |
| HSV(B) | 206.67º | 0.16% | 0.88% | - |
| XYZ | 56.75 | 61.18 | 79.34 | - |
| YUV | 203.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 224 | 0.16 | 0.07 | 0 | 0.12 | 206.67 | 0.37 | 0.81 |
| Hex | BC | D0 | E0 | 10 | 7 | 0 | C | CF | 25 | 51 |
| Octal | 274 | 320 | 340 | 20 | 7 | 0 | 14 | 317 | 45 | 121 |
| Binary | 10111100 | 11010000 | 11100000 | 10000 | 111 | 0 | 1100 | 11001111 | 100101 | 1010001 |
Color Harmonies of #BCD0E0
Complementary color
Monochromatic Colors of #BCD0E0
Black with #BCD0E0
Text Example
Text Example
White with #BCD0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0E0; }
p { color: rgb(188,208,224); }
H1.HeaderClassName
{
color: #BCD0E0;
}
.AnyTagClassName
{
color: #BCD0E0;
}
</style>
background-color css
<style>
a { background-color: #BCD0E0; }
a { background-color: rgb(188,208,224); }
div.DivClassName
{
background-color: #BCD0E0;
}
.BgClassName
{
background-color: #BCD0E0;
}
</style>
border-color css
<style>
span { border-color: #BCD0E0; }
span { border-color: rgb(188,208,224); }
td.TdClassName
{
border-color: #BCD0E0;
}
.TagClassName
{
border-color: #BCD0E0;
}
</style>