Shades of Spindle #BAC6CF
Tints of Spindle #BAC6CF
RGB
CMYK
RGB Variations
Color information
#BAC6CF (or 0xBAC6CF) is known color: Spindle. HEX triplet: BA, C6 and CF. RGB value is (186,198,207). Sum of RGB (Red+Green+Blue) = 186+198+207=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAC6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6CF is #453930. Grayscale: #C3C3C3. Windows color (decimal): -4536625 or 13616826. OLE color: 13616826.
HSL color Cylindrical-coordinate representation of color #BAC6CF: hue angle of 205.71º 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 #BAC6CF is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 198 | 207 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.19 |
| HSL | 205.71º | 0.18% | 0.77% | - |
| HSV(B) | 205.71º | 0.1% | 0.81% | - |
| XYZ | 51.71 | 55.33 | 66.99 | - |
| YUV | 195.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 207 | 0.10 | 0.04 | 0 | 0.19 | 205.71 | 0.18 | 0.77 |
| Hex | BA | C6 | CF | A | 4 | 0 | 13 | CE | 12 | 4D |
| Octal | 272 | 306 | 317 | 12 | 4 | 0 | 23 | 316 | 22 | 115 |
| Binary | 10111010 | 11000110 | 11001111 | 1010 | 100 | 0 | 10011 | 11001110 | 10010 | 1001101 |
Color Harmonies of #BAC6CF
Complementary color
Monochromatic Colors of #BAC6CF
Black with #BAC6CF
Text Example
Text Example
White with #BAC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6CF; }
p { color: rgb(186,198,207); }
H1.HeaderClassName
{
color: #BAC6CF;
}
.AnyTagClassName
{
color: #BAC6CF;
}
</style>
background-color css
<style>
a { background-color: #BAC6CF; }
a { background-color: rgb(186,198,207); }
div.DivClassName
{
background-color: #BAC6CF;
}
.BgClassName
{
background-color: #BAC6CF;
}
</style>
border-color css
<style>
span { border-color: #BAC6CF; }
span { border-color: rgb(186,198,207); }
td.TdClassName
{
border-color: #BAC6CF;
}
.TagClassName
{
border-color: #BAC6CF;
}
</style>