Shades of Spindle #BCC3CA
Tints of Spindle #BCC3CA
RGB
CMYK
RGB Variations
Color information
#BCC3CA (or 0xBCC3CA) is known color: Spindle. HEX triplet: BC, C3 and CA. RGB value is (188,195,202). Sum of RGB (Red+Green+Blue) = 188+195+202=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3CA is #433C35. Grayscale: #C1C1C1. Windows color (decimal): -4406326 or 13288380. OLE color: 13288380.
HSL color Cylindrical-coordinate representation of color #BCC3CA: hue angle of 210º 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 #BCC3CA is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 195 | 202 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.21 |
| HSL | 210º | 0.12% | 0.76% | - |
| HSV(B) | 210º | 0.07% | 0.79% | - |
| XYZ | 50.91 | 53.99 | 63.61 | - |
| YUV | 193.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 202 | 0.07 | 0.03 | 0 | 0.21 | 210 | 0.12 | 0.76 |
| Hex | BC | C3 | CA | 7 | 3 | 0 | 15 | D2 | C | 4C |
| Octal | 274 | 303 | 312 | 7 | 3 | 0 | 25 | 322 | 14 | 114 |
| Binary | 10111100 | 11000011 | 11001010 | 111 | 11 | 0 | 10101 | 11010010 | 1100 | 1001100 |
Color Harmonies of #BCC3CA
Complementary color
Monochromatic Colors of #BCC3CA
Black with #BCC3CA
Text Example
Text Example
White with #BCC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC3CA; }
p { color: rgb(188,195,202); }
H1.HeaderClassName
{
color: #BCC3CA;
}
.AnyTagClassName
{
color: #BCC3CA;
}
</style>
background-color css
<style>
a { background-color: #BCC3CA; }
a { background-color: rgb(188,195,202); }
div.DivClassName
{
background-color: #BCC3CA;
}
.BgClassName
{
background-color: #BCC3CA;
}
</style>
border-color css
<style>
span { border-color: #BCC3CA; }
span { border-color: rgb(188,195,202); }
td.TdClassName
{
border-color: #BCC3CA;
}
.TagClassName
{
border-color: #BCC3CA;
}
</style>