Shades of Spindle #BCC8D1
Tints of Spindle #BCC8D1
RGB
CMYK
RGB Variations
Color information
#BCC8D1 (or 0xBCC8D1) is known color: Spindle. HEX triplet: BC, C8 and D1. RGB value is (188,200,209). Sum of RGB (Red+Green+Blue) = 188+200+209=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCC8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8D1 is #43372E. Grayscale: #C5C5C5. Windows color (decimal): -4405039 or 13748412. OLE color: 13748412.
HSL color Cylindrical-coordinate representation of color #BCC8D1: hue angle of 205.71º 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 #BCC8D1 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 200 | 209 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.18 |
| HSL | 205.71º | 0.19% | 0.78% | - |
| HSV(B) | 205.71º | 0.1% | 0.82% | - |
| XYZ | 52.9 | 56.6 | 68.46 | - |
| YUV | 197.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 209 | 0.10 | 0.04 | 0 | 0.18 | 205.71 | 0.19 | 0.78 |
| Hex | BC | C8 | D1 | A | 4 | 0 | 12 | CE | 13 | 4E |
| Octal | 274 | 310 | 321 | 12 | 4 | 0 | 22 | 316 | 23 | 116 |
| Binary | 10111100 | 11001000 | 11010001 | 1010 | 100 | 0 | 10010 | 11001110 | 10011 | 1001110 |
Color Harmonies of #BCC8D1
Complementary color
Monochromatic Colors of #BCC8D1
Black with #BCC8D1
Text Example
Text Example
White with #BCC8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8D1; }
p { color: rgb(188,200,209); }
H1.HeaderClassName
{
color: #BCC8D1;
}
.AnyTagClassName
{
color: #BCC8D1;
}
</style>
background-color css
<style>
a { background-color: #BCC8D1; }
a { background-color: rgb(188,200,209); }
div.DivClassName
{
background-color: #BCC8D1;
}
.BgClassName
{
background-color: #BCC8D1;
}
</style>
border-color css
<style>
span { border-color: #BCC8D1; }
span { border-color: rgb(188,200,209); }
td.TdClassName
{
border-color: #BCC8D1;
}
.TagClassName
{
border-color: #BCC8D1;
}
</style>