Shades of Spindle #BAC6CE
Tints of Spindle #BAC6CE
RGB
CMYK
RGB Variations
Color information
#BAC6CE (or 0xBAC6CE) is known color: Spindle. HEX triplet: BA, C6 and CE. RGB value is (186,198,206). Sum of RGB (Red+Green+Blue) = 186+198+206=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAC6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC6CE is #453931. Grayscale: #C3C3C3. Windows color (decimal): -4536626 or 13551290. OLE color: 13551290.
HSL color Cylindrical-coordinate representation of color #BAC6CE: hue angle of 204º degrees, saturation: 0.17, 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 #BAC6CE is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 198 | 206 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.19 |
| HSL | 204º | 0.17% | 0.77% | - |
| HSV(B) | 204º | 0.1% | 0.81% | - |
| XYZ | 51.58 | 55.28 | 66.34 | - |
| YUV | 195.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 206 | 0.10 | 0.04 | 0 | 0.19 | 204 | 0.17 | 0.77 |
| Hex | BA | C6 | CE | A | 4 | 0 | 13 | CC | 11 | 4D |
| Octal | 272 | 306 | 316 | 12 | 4 | 0 | 23 | 314 | 21 | 115 |
| Binary | 10111010 | 11000110 | 11001110 | 1010 | 100 | 0 | 10011 | 11001100 | 10001 | 1001101 |
Color Harmonies of #BAC6CE
Complementary color
Monochromatic Colors of #BAC6CE
Black with #BAC6CE
Text Example
Text Example
White with #BAC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC6CE; }
p { color: rgb(186,198,206); }
H1.HeaderClassName
{
color: #BAC6CE;
}
.AnyTagClassName
{
color: #BAC6CE;
}
</style>
background-color css
<style>
a { background-color: #BAC6CE; }
a { background-color: rgb(186,198,206); }
div.DivClassName
{
background-color: #BAC6CE;
}
.BgClassName
{
background-color: #BAC6CE;
}
</style>
border-color css
<style>
span { border-color: #BAC6CE; }
span { border-color: rgb(186,198,206); }
td.TdClassName
{
border-color: #BAC6CE;
}
.TagClassName
{
border-color: #BAC6CE;
}
</style>