Shades of Spindle #BAC0CA
Tints of Spindle #BAC0CA
RGB
CMYK
RGB Variations
Color information
#BAC0CA (or 0xBAC0CA) is known color: Spindle. HEX triplet: BA, C0 and CA. RGB value is (186,192,202). Sum of RGB (Red+Green+Blue) = 186+192+202=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0CA is #453F35. Grayscale: #BFBFBF. Windows color (decimal): -4538166 or 13287610. OLE color: 13287610.
HSL color Cylindrical-coordinate representation of color #BAC0CA: hue angle of 217.5º 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 #BAC0CA is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 192 | 202 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.21 |
| HSL | 217.5º | 0.13% | 0.76% | - |
| HSV(B) | 217.5º | 0.08% | 0.79% | - |
| XYZ | 49.76 | 52.4 | 63.37 | - |
| YUV | 191.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 202 | 0.08 | 0.05 | 0 | 0.21 | 217.5 | 0.13 | 0.76 |
| Hex | BA | C0 | CA | 8 | 5 | 0 | 15 | DA | D | 4C |
| Octal | 272 | 300 | 312 | 10 | 5 | 0 | 25 | 332 | 15 | 114 |
| Binary | 10111010 | 11000000 | 11001010 | 1000 | 101 | 0 | 10101 | 11011010 | 1101 | 1001100 |
Color Harmonies of #BAC0CA
Complementary color
Monochromatic Colors of #BAC0CA
Black with #BAC0CA
Text Example
Text Example
White with #BAC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0CA; }
p { color: rgb(186,192,202); }
H1.HeaderClassName
{
color: #BAC0CA;
}
.AnyTagClassName
{
color: #BAC0CA;
}
</style>
background-color css
<style>
a { background-color: #BAC0CA; }
a { background-color: rgb(186,192,202); }
div.DivClassName
{
background-color: #BAC0CA;
}
.BgClassName
{
background-color: #BAC0CA;
}
</style>
border-color css
<style>
span { border-color: #BAC0CA; }
span { border-color: rgb(186,192,202); }
td.TdClassName
{
border-color: #BAC0CA;
}
.TagClassName
{
border-color: #BAC0CA;
}
</style>