Shades of Heather #BAC8CE
Tints of Heather #BAC8CE
RGB
CMYK
RGB Variations
Color information
#BAC8CE (or 0xBAC8CE) is known color: Heather. HEX triplet: BA, C8 and CE. RGB value is (186,200,206). Sum of RGB (Red+Green+Blue) = 186+200+206=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8CE is #453731. Grayscale: #C4C4C4. Windows color (decimal): -4536114 or 13551802. OLE color: 13551802.
HSL color Cylindrical-coordinate representation of color #BAC8CE: hue angle of 198º 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 #BAC8CE is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 200 | 206 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.19 |
| HSL | 198º | 0.17% | 0.77% | - |
| HSV(B) | 198º | 0.1% | 0.81% | - |
| XYZ | 52.04 | 56.2 | 66.5 | - |
| YUV | 196.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 206 | 0.10 | 0.03 | 0 | 0.19 | 198 | 0.17 | 0.77 |
| Hex | BA | C8 | CE | A | 3 | 0 | 13 | C6 | 11 | 4D |
| Octal | 272 | 310 | 316 | 12 | 3 | 0 | 23 | 306 | 21 | 115 |
| Binary | 10111010 | 11001000 | 11001110 | 1010 | 11 | 0 | 10011 | 11000110 | 10001 | 1001101 |
Color Harmonies of #BAC8CE
Complementary color
Monochromatic Colors of #BAC8CE
Black with #BAC8CE
Text Example
Text Example
White with #BAC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8CE; }
p { color: rgb(186,200,206); }
H1.HeaderClassName
{
color: #BAC8CE;
}
.AnyTagClassName
{
color: #BAC8CE;
}
</style>
background-color css
<style>
a { background-color: #BAC8CE; }
a { background-color: rgb(186,200,206); }
div.DivClassName
{
background-color: #BAC8CE;
}
.BgClassName
{
background-color: #BAC8CE;
}
</style>
border-color css
<style>
span { border-color: #BAC8CE; }
span { border-color: rgb(186,200,206); }
td.TdClassName
{
border-color: #BAC8CE;
}
.TagClassName
{
border-color: #BAC8CE;
}
</style>