Shades of Spindle #BCC8D9
Tints of Spindle #BCC8D9
RGB
CMYK
RGB Variations
Color information
#BCC8D9 (or 0xBCC8D9) is known color: Spindle. HEX triplet: BC, C8 and D9. RGB value is (188,200,217). Sum of RGB (Red+Green+Blue) = 188+200+217=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 217 (85.16% from 255 or 35.87% from 605); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8D9 is #433726. Grayscale: #C6C6C6. Windows color (decimal): -4405031 or 14272700. OLE color: 14272700.
HSL color Cylindrical-coordinate representation of color #BCC8D9: hue angle of 215.17º 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 #BCC8D9 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 200 | 217 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.15 |
| HSL | 215.17º | 0.28% | 0.79% | - |
| HSV(B) | 215.17º | 0.13% | 0.85% | - |
| XYZ | 53.92 | 57.01 | 73.81 | - |
| YUV | 198.35 | 138.52 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 217 | 0.13 | 0.08 | 0 | 0.15 | 215.17 | 0.28 | 0.79 |
| Hex | BC | C8 | D9 | D | 8 | 0 | F | D7 | 1C | 4F |
| Octal | 274 | 310 | 331 | 15 | 10 | 0 | 17 | 327 | 34 | 117 |
| Binary | 10111100 | 11001000 | 11011001 | 1101 | 1000 | 0 | 1111 | 11010111 | 11100 | 1001111 |
Color Harmonies of #BCC8D9
Complementary color
Monochromatic Colors of #BCC8D9
Black with #BCC8D9
Text Example
Text Example
White with #BCC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8D9; }
p { color: rgb(188,200,217); }
H1.HeaderClassName
{
color: #BCC8D9;
}
.AnyTagClassName
{
color: #BCC8D9;
}
</style>
background-color css
<style>
a { background-color: #BCC8D9; }
a { background-color: rgb(188,200,217); }
div.DivClassName
{
background-color: #BCC8D9;
}
.BgClassName
{
background-color: #BCC8D9;
}
</style>
border-color css
<style>
span { border-color: #BCC8D9; }
span { border-color: rgb(188,200,217); }
td.TdClassName
{
border-color: #BCC8D9;
}
.TagClassName
{
border-color: #BCC8D9;
}
</style>