Shades of Spindle #BCCAD1
Tints of Spindle #BCCAD1
RGB
CMYK
RGB Variations
Color information
#BCCAD1 (or 0xBCCAD1) is known color: Spindle. HEX triplet: BC, CA and D1. RGB value is (188,202,209). Sum of RGB (Red+Green+Blue) = 188+202+209=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCCAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCAD1 is #43352E. Grayscale: #C6C6C6. Windows color (decimal): -4404527 or 13748924. OLE color: 13748924.
HSL color Cylindrical-coordinate representation of color #BCCAD1: hue angle of 200º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCAD1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 202 | 209 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.18 |
| HSL | 200º | 0.19% | 0.78% | - |
| HSV(B) | 200º | 0.1% | 0.82% | - |
| XYZ | 53.37 | 57.54 | 68.61 | - |
| YUV | 198.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 209 | 0.10 | 0.03 | 0 | 0.18 | 200 | 0.19 | 0.78 |
| Hex | BC | CA | D1 | A | 3 | 0 | 12 | C8 | 13 | 4E |
| Octal | 274 | 312 | 321 | 12 | 3 | 0 | 22 | 310 | 23 | 116 |
| Binary | 10111100 | 11001010 | 11010001 | 1010 | 11 | 0 | 10010 | 11001000 | 10011 | 1001110 |
Color Harmonies of #BCCAD1
Complementary color
Monochromatic Colors of #BCCAD1
Black with #BCCAD1
Text Example
Text Example
White with #BCCAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCAD1; }
p { color: rgb(188,202,209); }
H1.HeaderClassName
{
color: #BCCAD1;
}
.AnyTagClassName
{
color: #BCCAD1;
}
</style>
background-color css
<style>
a { background-color: #BCCAD1; }
a { background-color: rgb(188,202,209); }
div.DivClassName
{
background-color: #BCCAD1;
}
.BgClassName
{
background-color: #BCCAD1;
}
</style>
border-color css
<style>
span { border-color: #BCCAD1; }
span { border-color: rgb(188,202,209); }
td.TdClassName
{
border-color: #BCCAD1;
}
.TagClassName
{
border-color: #BCCAD1;
}
</style>