Shades of Heather #A7BAC1
Tints of Heather #A7BAC1
RGB
CMYK
RGB Variations
Color information
#A7BAC1 (or 0xA7BAC1) is known color: Heather. HEX triplet: A7, BA and C1. RGB value is (167,186,193). Sum of RGB (Red+Green+Blue) = 167+186+193=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 193 - color contains mainly: blue. Hex color #A7BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BAC1 is #58453E. Grayscale: #B5B5B5. Windows color (decimal): -5784895 or 12696231. OLE color: 12696231.
HSL color Cylindrical-coordinate representation of color #A7BAC1: hue angle of 196.15º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7BAC1 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 186 | 193 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.24 |
| HSL | 196.15º | 0.17% | 0.71% | - |
| HSV(B) | 196.15º | 0.13% | 0.76% | - |
| XYZ | 43.12 | 47.18 | 57.29 | - |
| YUV | 181.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 193 | 0.13 | 0.04 | 0 | 0.24 | 196.15 | 0.17 | 0.71 |
| Hex | A7 | BA | C1 | D | 4 | 0 | 18 | C4 | 11 | 47 |
| Octal | 247 | 272 | 301 | 15 | 4 | 0 | 30 | 304 | 21 | 107 |
| Binary | 10100111 | 10111010 | 11000001 | 1101 | 100 | 0 | 11000 | 11000100 | 10001 | 1000111 |
Color Harmonies of #A7BAC1
Complementary color
Monochromatic Colors of #A7BAC1
Black with #A7BAC1
Text Example
Text Example
White with #A7BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BAC1; }
p { color: rgb(167,186,193); }
H1.HeaderClassName
{
color: #A7BAC1;
}
.AnyTagClassName
{
color: #A7BAC1;
}
</style>
background-color css
<style>
a { background-color: #A7BAC1; }
a { background-color: rgb(167,186,193); }
div.DivClassName
{
background-color: #A7BAC1;
}
.BgClassName
{
background-color: #A7BAC1;
}
</style>
border-color css
<style>
span { border-color: #A7BAC1; }
span { border-color: rgb(167,186,193); }
td.TdClassName
{
border-color: #A7BAC1;
}
.TagClassName
{
border-color: #A7BAC1;
}
</style>