Shades of Spindle #BAC0CF
Tints of Spindle #BAC0CF
RGB
CMYK
RGB Variations
Color information
#BAC0CF (or 0xBAC0CF) is known color: Spindle. HEX triplet: BA, C0 and CF. RGB value is (186,192,207). Sum of RGB (Red+Green+Blue) = 186+192+207=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0CF is #453F30. Grayscale: #BFBFBF. Windows color (decimal): -4538161 or 13615290. OLE color: 13615290.
HSL color Cylindrical-coordinate representation of color #BAC0CF: hue angle of 222.86º 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 #BAC0CF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 192 | 207 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.19 |
| HSL | 222.86º | 0.18% | 0.77% | - |
| HSV(B) | 222.86º | 0.1% | 0.81% | - |
| XYZ | 50.36 | 52.64 | 66.54 | - |
| YUV | 191.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 207 | 0.10 | 0.07 | 0 | 0.19 | 222.86 | 0.18 | 0.77 |
| Hex | BA | C0 | CF | A | 7 | 0 | 13 | DF | 12 | 4D |
| Octal | 272 | 300 | 317 | 12 | 7 | 0 | 23 | 337 | 22 | 115 |
| Binary | 10111010 | 11000000 | 11001111 | 1010 | 111 | 0 | 10011 | 11011111 | 10010 | 1001101 |
Color Harmonies of #BAC0CF
Complementary color
Monochromatic Colors of #BAC0CF
Black with #BAC0CF
Text Example
Text Example
White with #BAC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0CF; }
p { color: rgb(186,192,207); }
H1.HeaderClassName
{
color: #BAC0CF;
}
.AnyTagClassName
{
color: #BAC0CF;
}
</style>
background-color css
<style>
a { background-color: #BAC0CF; }
a { background-color: rgb(186,192,207); }
div.DivClassName
{
background-color: #BAC0CF;
}
.BgClassName
{
background-color: #BAC0CF;
}
</style>
border-color css
<style>
span { border-color: #BAC0CF; }
span { border-color: rgb(186,192,207); }
td.TdClassName
{
border-color: #BAC0CF;
}
.TagClassName
{
border-color: #BAC0CF;
}
</style>