Shades of Spindle #BCC2CB
Tints of Spindle #BCC2CB
RGB
CMYK
RGB Variations
Color information
#BCC2CB (or 0xBCC2CB) is known color: Spindle. HEX triplet: BC, C2 and CB. RGB value is (188,194,203). Sum of RGB (Red+Green+Blue) = 188+194+203=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2CB is #433D34. Grayscale: #C1C1C1. Windows color (decimal): -4406581 or 13353660. OLE color: 13353660.
HSL color Cylindrical-coordinate representation of color #BCC2CB: hue angle of 216º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC2CB is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 194 | 203 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.20 |
| HSL | 216º | 0.13% | 0.77% | - |
| HSV(B) | 216º | 0.07% | 0.8% | - |
| XYZ | 50.81 | 53.59 | 64.17 | - |
| YUV | 193.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 203 | 0.07 | 0.04 | 0 | 0.20 | 216 | 0.13 | 0.77 |
| Hex | BC | C2 | CB | 7 | 4 | 0 | 14 | D8 | D | 4D |
| Octal | 274 | 302 | 313 | 7 | 4 | 0 | 24 | 330 | 15 | 115 |
| Binary | 10111100 | 11000010 | 11001011 | 111 | 100 | 0 | 10100 | 11011000 | 1101 | 1001101 |
Color Harmonies of #BCC2CB
Complementary color
Monochromatic Colors of #BCC2CB
Black with #BCC2CB
Text Example
Text Example
White with #BCC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2CB; }
p { color: rgb(188,194,203); }
H1.HeaderClassName
{
color: #BCC2CB;
}
.AnyTagClassName
{
color: #BCC2CB;
}
</style>
background-color css
<style>
a { background-color: #BCC2CB; }
a { background-color: rgb(188,194,203); }
div.DivClassName
{
background-color: #BCC2CB;
}
.BgClassName
{
background-color: #BCC2CB;
}
</style>
border-color css
<style>
span { border-color: #BCC2CB; }
span { border-color: rgb(188,194,203); }
td.TdClassName
{
border-color: #BCC2CB;
}
.TagClassName
{
border-color: #BCC2CB;
}
</style>