Shades of Spindle #BCC2CA
Tints of Spindle #BCC2CA
RGB
CMYK
RGB Variations
Color information
#BCC2CA (or 0xBCC2CA) is known color: Spindle. HEX triplet: BC, C2 and CA. RGB value is (188,194,202). Sum of RGB (Red+Green+Blue) = 188+194+202=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2CA is #433D35. Grayscale: #C1C1C1. Windows color (decimal): -4406582 or 13288124. OLE color: 13288124.
HSL color Cylindrical-coordinate representation of color #BCC2CA: hue angle of 214.29º 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 #BCC2CA is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 194 | 202 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.21 |
| HSL | 214.29º | 0.12% | 0.76% | - |
| HSV(B) | 214.29º | 0.07% | 0.79% | - |
| XYZ | 50.69 | 53.54 | 63.54 | - |
| YUV | 193.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 202 | 0.07 | 0.04 | 0 | 0.21 | 214.29 | 0.12 | 0.76 |
| Hex | BC | C2 | CA | 7 | 4 | 0 | 15 | D6 | C | 4C |
| Octal | 274 | 302 | 312 | 7 | 4 | 0 | 25 | 326 | 14 | 114 |
| Binary | 10111100 | 11000010 | 11001010 | 111 | 100 | 0 | 10101 | 11010110 | 1100 | 1001100 |
Color Harmonies of #BCC2CA
Complementary color
Monochromatic Colors of #BCC2CA
Black with #BCC2CA
Text Example
Text Example
White with #BCC2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2CA; }
p { color: rgb(188,194,202); }
H1.HeaderClassName
{
color: #BCC2CA;
}
.AnyTagClassName
{
color: #BCC2CA;
}
</style>
background-color css
<style>
a { background-color: #BCC2CA; }
a { background-color: rgb(188,194,202); }
div.DivClassName
{
background-color: #BCC2CA;
}
.BgClassName
{
background-color: #BCC2CA;
}
</style>
border-color css
<style>
span { border-color: #BCC2CA; }
span { border-color: rgb(188,194,202); }
td.TdClassName
{
border-color: #BCC2CA;
}
.TagClassName
{
border-color: #BCC2CA;
}
</style>