Shades of Heather #BAC9CE
Tints of Heather #BAC9CE
RGB
CMYK
RGB Variations
Color information
#BAC9CE (or 0xBAC9CE) is known color: Heather. HEX triplet: BA, C9 and CE. RGB value is (186,201,206). Sum of RGB (Red+Green+Blue) = 186+201+206=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9CE is #453631. Grayscale: #C5C5C5. Windows color (decimal): -4535858 or 13552058. OLE color: 13552058.
HSL color Cylindrical-coordinate representation of color #BAC9CE: hue angle of 195º 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 #BAC9CE is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 201 | 206 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.19 |
| HSL | 195º | 0.17% | 0.77% | - |
| HSV(B) | 195º | 0.1% | 0.81% | - |
| XYZ | 52.28 | 56.67 | 66.58 | - |
| YUV | 197.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 206 | 0.10 | 0.02 | 0 | 0.19 | 195 | 0.17 | 0.77 |
| Hex | BA | C9 | CE | A | 2 | 0 | 13 | C3 | 11 | 4D |
| Octal | 272 | 311 | 316 | 12 | 2 | 0 | 23 | 303 | 21 | 115 |
| Binary | 10111010 | 11001001 | 11001110 | 1010 | 10 | 0 | 10011 | 11000011 | 10001 | 1001101 |
Color Harmonies of #BAC9CE
Complementary color
Monochromatic Colors of #BAC9CE
Black with #BAC9CE
Text Example
Text Example
White with #BAC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9CE; }
p { color: rgb(186,201,206); }
H1.HeaderClassName
{
color: #BAC9CE;
}
.AnyTagClassName
{
color: #BAC9CE;
}
</style>
background-color css
<style>
a { background-color: #BAC9CE; }
a { background-color: rgb(186,201,206); }
div.DivClassName
{
background-color: #BAC9CE;
}
.BgClassName
{
background-color: #BAC9CE;
}
</style>
border-color css
<style>
span { border-color: #BAC9CE; }
span { border-color: rgb(186,201,206); }
td.TdClassName
{
border-color: #BAC9CE;
}
.TagClassName
{
border-color: #BAC9CE;
}
</style>