Shades of Spindle #BCCEDC
Tints of Spindle #BCCEDC
RGB
CMYK
RGB Variations
Color information
#BCCEDC (or 0xBCCEDC) is known color: Spindle. HEX triplet: BC, CE and DC. RGB value is (188,206,220). Sum of RGB (Red+Green+Blue) = 188+206+220=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEDC is #433123. Grayscale: #CACACA. Windows color (decimal): -4403492 or 14470844. OLE color: 14470844.
HSL color Cylindrical-coordinate representation of color #BCCEDC: hue angle of 206.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCEDC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 206 | 220 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.14 |
| HSL | 206.25º | 0.31% | 0.8% | - |
| HSV(B) | 206.25º | 0.15% | 0.86% | - |
| XYZ | 55.73 | 60 | 76.35 | - |
| YUV | 202.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 220 | 0.15 | 0.06 | 0 | 0.14 | 206.25 | 0.31 | 0.8 |
| Hex | BC | CE | DC | F | 6 | 0 | E | CE | 1F | 50 |
| Octal | 274 | 316 | 334 | 17 | 6 | 0 | 16 | 316 | 37 | 120 |
| Binary | 10111100 | 11001110 | 11011100 | 1111 | 110 | 0 | 1110 | 11001110 | 11111 | 1010000 |
Color Harmonies of #BCCEDC
Complementary color
Monochromatic Colors of #BCCEDC
Black with #BCCEDC
Text Example
Text Example
White with #BCCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEDC; }
p { color: rgb(188,206,220); }
H1.HeaderClassName
{
color: #BCCEDC;
}
.AnyTagClassName
{
color: #BCCEDC;
}
</style>
background-color css
<style>
a { background-color: #BCCEDC; }
a { background-color: rgb(188,206,220); }
div.DivClassName
{
background-color: #BCCEDC;
}
.BgClassName
{
background-color: #BCCEDC;
}
</style>
border-color css
<style>
span { border-color: #BCCEDC; }
span { border-color: rgb(188,206,220); }
td.TdClassName
{
border-color: #BCCEDC;
}
.TagClassName
{
border-color: #BCCEDC;
}
</style>