Shades of Spindle #BCCEDA
Tints of Spindle #BCCEDA
RGB
CMYK
RGB Variations
Color information
#BCCEDA (or 0xBCCEDA) is known color: Spindle. HEX triplet: BC, CE and DA. RGB value is (188,206,218). Sum of RGB (Red+Green+Blue) = 188+206+218=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCCEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEDA is #433125. Grayscale: #C9C9C9. Windows color (decimal): -4403494 or 14339772. OLE color: 14339772.
HSL color Cylindrical-coordinate representation of color #BCCEDA: hue angle of 204º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCCEDA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 206 | 218 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.15 |
| HSL | 204º | 0.29% | 0.8% | - |
| HSV(B) | 204º | 0.14% | 0.85% | - |
| XYZ | 55.47 | 59.9 | 74.97 | - |
| YUV | 201.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 218 | 0.14 | 0.06 | 0 | 0.15 | 204 | 0.29 | 0.8 |
| Hex | BC | CE | DA | E | 6 | 0 | F | CC | 1D | 50 |
| Octal | 274 | 316 | 332 | 16 | 6 | 0 | 17 | 314 | 35 | 120 |
| Binary | 10111100 | 11001110 | 11011010 | 1110 | 110 | 0 | 1111 | 11001100 | 11101 | 1010000 |
Color Harmonies of #BCCEDA
Complementary color
Monochromatic Colors of #BCCEDA
Black with #BCCEDA
Text Example
Text Example
White with #BCCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEDA; }
p { color: rgb(188,206,218); }
H1.HeaderClassName
{
color: #BCCEDA;
}
.AnyTagClassName
{
color: #BCCEDA;
}
</style>
background-color css
<style>
a { background-color: #BCCEDA; }
a { background-color: rgb(188,206,218); }
div.DivClassName
{
background-color: #BCCEDA;
}
.BgClassName
{
background-color: #BCCEDA;
}
</style>
border-color css
<style>
span { border-color: #BCCEDA; }
span { border-color: rgb(188,206,218); }
td.TdClassName
{
border-color: #BCCEDA;
}
.TagClassName
{
border-color: #BCCEDA;
}
</style>