Shades of Spindle #BCCEE0
Tints of Spindle #BCCEE0
RGB
CMYK
RGB Variations
Color information
#BCCEE0 (or 0xBCCEE0) is known color: Spindle. HEX triplet: BC, CE and E0. RGB value is (188,206,224). Sum of RGB (Red+Green+Blue) = 188+206+224=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEE0 is #43311F. Grayscale: #CACACA. Windows color (decimal): -4403488 or 14732988. OLE color: 14732988.
HSL color Cylindrical-coordinate representation of color #BCCEE0: hue angle of 210º 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 #BCCEE0 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 206 | 224 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.12 |
| HSL | 210º | 0.37% | 0.81% | - |
| HSV(B) | 210º | 0.16% | 0.88% | - |
| XYZ | 56.26 | 60.22 | 79.18 | - |
| YUV | 202.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 224 | 0.16 | 0.08 | 0 | 0.12 | 210 | 0.37 | 0.81 |
| Hex | BC | CE | E0 | 10 | 8 | 0 | C | D2 | 25 | 51 |
| Octal | 274 | 316 | 340 | 20 | 10 | 0 | 14 | 322 | 45 | 121 |
| Binary | 10111100 | 11001110 | 11100000 | 10000 | 1000 | 0 | 1100 | 11010010 | 100101 | 1010001 |
Color Harmonies of #BCCEE0
Complementary color
Monochromatic Colors of #BCCEE0
Black with #BCCEE0
Text Example
Text Example
White with #BCCEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEE0; }
p { color: rgb(188,206,224); }
H1.HeaderClassName
{
color: #BCCEE0;
}
.AnyTagClassName
{
color: #BCCEE0;
}
</style>
background-color css
<style>
a { background-color: #BCCEE0; }
a { background-color: rgb(188,206,224); }
div.DivClassName
{
background-color: #BCCEE0;
}
.BgClassName
{
background-color: #BCCEE0;
}
</style>
border-color css
<style>
span { border-color: #BCCEE0; }
span { border-color: rgb(188,206,224); }
td.TdClassName
{
border-color: #BCCEE0;
}
.TagClassName
{
border-color: #BCCEE0;
}
</style>