Shades of Spindle #BCC9DC
Tints of Spindle #BCC9DC
RGB
CMYK
RGB Variations
Color information
#BCC9DC (or 0xBCC9DC) is known color: Spindle. HEX triplet: BC, C9 and DC. RGB value is (188,201,220). Sum of RGB (Red+Green+Blue) = 188+201+220=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9DC is #433623. Grayscale: #C7C7C7. Windows color (decimal): -4404772 or 14469564. OLE color: 14469564.
HSL color Cylindrical-coordinate representation of color #BCC9DC: hue angle of 215.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC9DC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 201 | 220 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.14 |
| HSL | 215.63º | 0.31% | 0.8% | - |
| HSV(B) | 215.63º | 0.15% | 0.86% | - |
| XYZ | 54.54 | 57.63 | 75.96 | - |
| YUV | 199.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 220 | 0.15 | 0.09 | 0 | 0.14 | 215.63 | 0.31 | 0.8 |
| Hex | BC | C9 | DC | F | 9 | 0 | E | D8 | 1F | 50 |
| Octal | 274 | 311 | 334 | 17 | 11 | 0 | 16 | 330 | 37 | 120 |
| Binary | 10111100 | 11001001 | 11011100 | 1111 | 1001 | 0 | 1110 | 11011000 | 11111 | 1010000 |
Color Harmonies of #BCC9DC
Complementary color
Monochromatic Colors of #BCC9DC
Black with #BCC9DC
Text Example
Text Example
White with #BCC9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC9DC; }
p { color: rgb(188,201,220); }
H1.HeaderClassName
{
color: #BCC9DC;
}
.AnyTagClassName
{
color: #BCC9DC;
}
</style>
background-color css
<style>
a { background-color: #BCC9DC; }
a { background-color: rgb(188,201,220); }
div.DivClassName
{
background-color: #BCC9DC;
}
.BgClassName
{
background-color: #BCC9DC;
}
</style>
border-color css
<style>
span { border-color: #BCC9DC; }
span { border-color: rgb(188,201,220); }
td.TdClassName
{
border-color: #BCC9DC;
}
.TagClassName
{
border-color: #BCC9DC;
}
</style>