Shades of Spindle #BCCED9
Tints of Spindle #BCCED9
RGB
CMYK
RGB Variations
Color information
#BCCED9 (or 0xBCCED9) is known color: Spindle. HEX triplet: BC, CE and D9. RGB value is (188,206,217). Sum of RGB (Red+Green+Blue) = 188+206+217=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCCED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCED9 is #433126. Grayscale: #C9C9C9. Windows color (decimal): -4403495 or 14274236. OLE color: 14274236.
HSL color Cylindrical-coordinate representation of color #BCCED9: hue angle of 202.76º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCED9 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 206 | 217 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.15 |
| HSL | 202.76º | 0.28% | 0.79% | - |
| HSV(B) | 202.76º | 0.13% | 0.85% | - |
| XYZ | 55.33 | 59.84 | 74.28 | - |
| YUV | 201.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 217 | 0.13 | 0.05 | 0 | 0.15 | 202.76 | 0.28 | 0.79 |
| Hex | BC | CE | D9 | D | 5 | 0 | F | CB | 1C | 4F |
| Octal | 274 | 316 | 331 | 15 | 5 | 0 | 17 | 313 | 34 | 117 |
| Binary | 10111100 | 11001110 | 11011001 | 1101 | 101 | 0 | 1111 | 11001011 | 11100 | 1001111 |
Color Harmonies of #BCCED9
Complementary color
Monochromatic Colors of #BCCED9
Black with #BCCED9
Text Example
Text Example
White with #BCCED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCED9; }
p { color: rgb(188,206,217); }
H1.HeaderClassName
{
color: #BCCED9;
}
.AnyTagClassName
{
color: #BCCED9;
}
</style>
background-color css
<style>
a { background-color: #BCCED9; }
a { background-color: rgb(188,206,217); }
div.DivClassName
{
background-color: #BCCED9;
}
.BgClassName
{
background-color: #BCCED9;
}
</style>
border-color css
<style>
span { border-color: #BCCED9; }
span { border-color: rgb(188,206,217); }
td.TdClassName
{
border-color: #BCCED9;
}
.TagClassName
{
border-color: #BCCED9;
}
</style>