Shades of Spindle #BCC0CA
Tints of Spindle #BCC0CA
RGB
CMYK
RGB Variations
Color information
#BCC0CA (or 0xBCC0CA) is known color: Spindle. HEX triplet: BC, C0 and CA. RGB value is (188,192,202). Sum of RGB (Red+Green+Blue) = 188+192+202=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0CA is #433F35. Grayscale: #BFBFBF. Windows color (decimal): -4407094 or 13287612. OLE color: 13287612.
HSL color Cylindrical-coordinate representation of color #BCC0CA: hue angle of 222.86º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC0CA is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 192 | 202 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.21 |
| HSL | 222.86º | 0.12% | 0.76% | - |
| HSV(B) | 222.86º | 0.07% | 0.79% | - |
| XYZ | 50.25 | 52.65 | 63.39 | - |
| YUV | 191.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 202 | 0.07 | 0.05 | 0 | 0.21 | 222.86 | 0.12 | 0.76 |
| Hex | BC | C0 | CA | 7 | 5 | 0 | 15 | DF | C | 4C |
| Octal | 274 | 300 | 312 | 7 | 5 | 0 | 25 | 337 | 14 | 114 |
| Binary | 10111100 | 11000000 | 11001010 | 111 | 101 | 0 | 10101 | 11011111 | 1100 | 1001100 |
Color Harmonies of #BCC0CA
Complementary color
Monochromatic Colors of #BCC0CA
Black with #BCC0CA
Text Example
Text Example
White with #BCC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0CA; }
p { color: rgb(188,192,202); }
H1.HeaderClassName
{
color: #BCC0CA;
}
.AnyTagClassName
{
color: #BCC0CA;
}
</style>
background-color css
<style>
a { background-color: #BCC0CA; }
a { background-color: rgb(188,192,202); }
div.DivClassName
{
background-color: #BCC0CA;
}
.BgClassName
{
background-color: #BCC0CA;
}
</style>
border-color css
<style>
span { border-color: #BCC0CA; }
span { border-color: rgb(188,192,202); }
td.TdClassName
{
border-color: #BCC0CA;
}
.TagClassName
{
border-color: #BCC0CA;
}
</style>