Shades of Spindle #BAC2CF
Tints of Spindle #BAC2CF
RGB
CMYK
RGB Variations
Color information
#BAC2CF (or 0xBAC2CF) is known color: Spindle. HEX triplet: BA, C2 and CF. RGB value is (186,194,207). Sum of RGB (Red+Green+Blue) = 186+194+207=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2CF is #453D30. Grayscale: #C1C1C1. Windows color (decimal): -4537649 or 13615802. OLE color: 13615802.
HSL color Cylindrical-coordinate representation of color #BAC2CF: hue angle of 217.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAC2CF is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 194 | 207 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.19 |
| HSL | 217.14º | 0.18% | 0.77% | - |
| HSV(B) | 217.14º | 0.1% | 0.81% | - |
| XYZ | 50.8 | 53.53 | 66.69 | - |
| YUV | 193.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 207 | 0.10 | 0.06 | 0 | 0.19 | 217.14 | 0.18 | 0.77 |
| Hex | BA | C2 | CF | A | 6 | 0 | 13 | D9 | 12 | 4D |
| Octal | 272 | 302 | 317 | 12 | 6 | 0 | 23 | 331 | 22 | 115 |
| Binary | 10111010 | 11000010 | 11001111 | 1010 | 110 | 0 | 10011 | 11011001 | 10010 | 1001101 |
Color Harmonies of #BAC2CF
Complementary color
Monochromatic Colors of #BAC2CF
Black with #BAC2CF
Text Example
Text Example
White with #BAC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2CF; }
p { color: rgb(186,194,207); }
H1.HeaderClassName
{
color: #BAC2CF;
}
.AnyTagClassName
{
color: #BAC2CF;
}
</style>
background-color css
<style>
a { background-color: #BAC2CF; }
a { background-color: rgb(186,194,207); }
div.DivClassName
{
background-color: #BAC2CF;
}
.BgClassName
{
background-color: #BAC2CF;
}
</style>
border-color css
<style>
span { border-color: #BAC2CF; }
span { border-color: rgb(186,194,207); }
td.TdClassName
{
border-color: #BAC2CF;
}
.TagClassName
{
border-color: #BAC2CF;
}
</style>