Shades of Spindle #BCD1E0
Tints of Spindle #BCD1E0
RGB
CMYK
RGB Variations
Color information
#BCD1E0 (or 0xBCD1E0) is known color: Spindle. HEX triplet: BC, D1 and E0. RGB value is (188,209,224). Sum of RGB (Red+Green+Blue) = 188+209+224=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCD1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1E0 is #432E1F. Grayscale: #CCCCCC. Windows color (decimal): -4402720 or 14733756. OLE color: 14733756.
HSL color Cylindrical-coordinate representation of color #BCD1E0: hue angle of 205º 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 #BCD1E0 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 209 | 224 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.12 |
| HSL | 205º | 0.37% | 0.81% | - |
| HSV(B) | 205º | 0.16% | 0.88% | - |
| XYZ | 56.99 | 61.67 | 79.42 | - |
| YUV | 204.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 209 | 224 | 0.16 | 0.07 | 0 | 0.12 | 205 | 0.37 | 0.81 |
| Hex | BC | D1 | E0 | 10 | 7 | 0 | C | CD | 25 | 51 |
| Octal | 274 | 321 | 340 | 20 | 7 | 0 | 14 | 315 | 45 | 121 |
| Binary | 10111100 | 11010001 | 11100000 | 10000 | 111 | 0 | 1100 | 11001101 | 100101 | 1010001 |
Color Harmonies of #BCD1E0
Complementary color
Monochromatic Colors of #BCD1E0
Black with #BCD1E0
Text Example
Text Example
White with #BCD1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD1E0; }
p { color: rgb(188,209,224); }
H1.HeaderClassName
{
color: #BCD1E0;
}
.AnyTagClassName
{
color: #BCD1E0;
}
</style>
background-color css
<style>
a { background-color: #BCD1E0; }
a { background-color: rgb(188,209,224); }
div.DivClassName
{
background-color: #BCD1E0;
}
.BgClassName
{
background-color: #BCD1E0;
}
</style>
border-color css
<style>
span { border-color: #BCD1E0; }
span { border-color: rgb(188,209,224); }
td.TdClassName
{
border-color: #BCD1E0;
}
.TagClassName
{
border-color: #BCD1E0;
}
</style>