Shades of Spindle #BCD0E1
Tints of Spindle #BCD0E1
RGB
CMYK
RGB Variations
Color information
#BCD0E1 (or 0xBCD0E1) is known color: Spindle. HEX triplet: BC, D0 and E1. RGB value is (188,208,225). Sum of RGB (Red+Green+Blue) = 188+208+225=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCD0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0E1 is #432F1E. Grayscale: #CBCBCB. Windows color (decimal): -4402975 or 14799036. OLE color: 14799036.
HSL color Cylindrical-coordinate representation of color #BCD0E1: hue angle of 207.57º degrees, saturation: 0.38, 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 #BCD0E1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 208 | 225 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.12 |
| HSL | 207.57º | 0.38% | 0.81% | - |
| HSV(B) | 207.57º | 0.16% | 0.88% | - |
| XYZ | 56.89 | 61.24 | 80.06 | - |
| YUV | 203.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 208 | 225 | 0.16 | 0.08 | 0 | 0.12 | 207.57 | 0.38 | 0.81 |
| Hex | BC | D0 | E1 | 10 | 8 | 0 | C | D0 | 26 | 51 |
| Octal | 274 | 320 | 341 | 20 | 10 | 0 | 14 | 320 | 46 | 121 |
| Binary | 10111100 | 11010000 | 11100001 | 10000 | 1000 | 0 | 1100 | 11010000 | 100110 | 1010001 |
Color Harmonies of #BCD0E1
Complementary color
Monochromatic Colors of #BCD0E1
Black with #BCD0E1
Text Example
Text Example
White with #BCD0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD0E1; }
p { color: rgb(188,208,225); }
H1.HeaderClassName
{
color: #BCD0E1;
}
.AnyTagClassName
{
color: #BCD0E1;
}
</style>
background-color css
<style>
a { background-color: #BCD0E1; }
a { background-color: rgb(188,208,225); }
div.DivClassName
{
background-color: #BCD0E1;
}
.BgClassName
{
background-color: #BCD0E1;
}
</style>
border-color css
<style>
span { border-color: #BCD0E1; }
span { border-color: rgb(188,208,225); }
td.TdClassName
{
border-color: #BCD0E1;
}
.TagClassName
{
border-color: #BCD0E1;
}
</style>