Shades of Spindle #BAC3CA
Tints of Spindle #BAC3CA
RGB
CMYK
RGB Variations
Color information
#BAC3CA (or 0xBAC3CA) is known color: Spindle. HEX triplet: BA, C3 and CA. RGB value is (186,195,202). Sum of RGB (Red+Green+Blue) = 186+195+202=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAC3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3CA is #453C35. Grayscale: #C1C1C1. Windows color (decimal): -4537398 or 13288378. OLE color: 13288378.
HSL color Cylindrical-coordinate representation of color #BAC3CA: hue angle of 206.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAC3CA is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 195 | 202 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.21 |
| HSL | 206.25º | 0.13% | 0.76% | - |
| HSV(B) | 206.25º | 0.08% | 0.79% | - |
| XYZ | 50.43 | 53.73 | 63.59 | - |
| YUV | 193.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 202 | 0.08 | 0.03 | 0 | 0.21 | 206.25 | 0.13 | 0.76 |
| Hex | BA | C3 | CA | 8 | 3 | 0 | 15 | CE | D | 4C |
| Octal | 272 | 303 | 312 | 10 | 3 | 0 | 25 | 316 | 15 | 114 |
| Binary | 10111010 | 11000011 | 11001010 | 1000 | 11 | 0 | 10101 | 11001110 | 1101 | 1001100 |
Color Harmonies of #BAC3CA
Complementary color
Monochromatic Colors of #BAC3CA
Black with #BAC3CA
Text Example
Text Example
White with #BAC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3CA; }
p { color: rgb(186,195,202); }
H1.HeaderClassName
{
color: #BAC3CA;
}
.AnyTagClassName
{
color: #BAC3CA;
}
</style>
background-color css
<style>
a { background-color: #BAC3CA; }
a { background-color: rgb(186,195,202); }
div.DivClassName
{
background-color: #BAC3CA;
}
.BgClassName
{
background-color: #BAC3CA;
}
</style>
border-color css
<style>
span { border-color: #BAC3CA; }
span { border-color: rgb(186,195,202); }
td.TdClassName
{
border-color: #BAC3CA;
}
.TagClassName
{
border-color: #BAC3CA;
}
</style>