Shades of Spindle #BCCCD9
Tints of Spindle #BCCCD9
RGB
CMYK
RGB Variations
Color information
#BCCCD9 (or 0xBCCCD9) is known color: Spindle. HEX triplet: BC, CC and D9. RGB value is (188,204,217). Sum of RGB (Red+Green+Blue) = 188+204+217=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCCCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCD9 is #433326. Grayscale: #C8C8C8. Windows color (decimal): -4404007 or 14273724. OLE color: 14273724.
HSL color Cylindrical-coordinate representation of color #BCCCD9: hue angle of 206.9º 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 #BCCCD9 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 204 | 217 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.15 |
| HSL | 206.9º | 0.28% | 0.79% | - |
| HSV(B) | 206.9º | 0.13% | 0.85% | - |
| XYZ | 54.86 | 58.89 | 74.12 | - |
| YUV | 200.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 217 | 0.13 | 0.06 | 0 | 0.15 | 206.9 | 0.28 | 0.79 |
| Hex | BC | CC | D9 | D | 6 | 0 | F | CF | 1C | 4F |
| Octal | 274 | 314 | 331 | 15 | 6 | 0 | 17 | 317 | 34 | 117 |
| Binary | 10111100 | 11001100 | 11011001 | 1101 | 110 | 0 | 1111 | 11001111 | 11100 | 1001111 |
Color Harmonies of #BCCCD9
Complementary color
Monochromatic Colors of #BCCCD9
Black with #BCCCD9
Text Example
Text Example
White with #BCCCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCD9; }
p { color: rgb(188,204,217); }
H1.HeaderClassName
{
color: #BCCCD9;
}
.AnyTagClassName
{
color: #BCCCD9;
}
</style>
background-color css
<style>
a { background-color: #BCCCD9; }
a { background-color: rgb(188,204,217); }
div.DivClassName
{
background-color: #BCCCD9;
}
.BgClassName
{
background-color: #BCCCD9;
}
</style>
border-color css
<style>
span { border-color: #BCCCD9; }
span { border-color: rgb(188,204,217); }
td.TdClassName
{
border-color: #BCCCD9;
}
.TagClassName
{
border-color: #BCCCD9;
}
</style>