Shades of Heather #A8BAC7
Tints of Heather #A8BAC7
RGB
CMYK
RGB Variations
Color information
#A8BAC7 (or 0xA8BAC7) is known color: Heather. HEX triplet: A8, BA and C7. RGB value is (168,186,199). Sum of RGB (Red+Green+Blue) = 168+186+199=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 199 - color contains mainly: blue. Hex color #A8BAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAC7 is #574538. Grayscale: #B6B6B6. Windows color (decimal): -5719353 or 13089448. OLE color: 13089448.
HSL color Cylindrical-coordinate representation of color #A8BAC7: hue angle of 205.16º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8BAC7 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 186 | 199 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.22 |
| HSL | 205.16º | 0.22% | 0.72% | - |
| HSV(B) | 205.16º | 0.16% | 0.78% | - |
| XYZ | 44.02 | 47.57 | 60.89 | - |
| YUV | 182.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 199 | 0.16 | 0.07 | 0 | 0.22 | 205.16 | 0.22 | 0.72 |
| Hex | A8 | BA | C7 | 10 | 7 | 0 | 16 | CD | 16 | 48 |
| Octal | 250 | 272 | 307 | 20 | 7 | 0 | 26 | 315 | 26 | 110 |
| Binary | 10101000 | 10111010 | 11000111 | 10000 | 111 | 0 | 10110 | 11001101 | 10110 | 1001000 |
Color Harmonies of #A8BAC7
Complementary color
Monochromatic Colors of #A8BAC7
Black with #A8BAC7
Text Example
Text Example
White with #A8BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BAC7; }
p { color: rgb(168,186,199); }
H1.HeaderClassName
{
color: #A8BAC7;
}
.AnyTagClassName
{
color: #A8BAC7;
}
</style>
background-color css
<style>
a { background-color: #A8BAC7; }
a { background-color: rgb(168,186,199); }
div.DivClassName
{
background-color: #A8BAC7;
}
.BgClassName
{
background-color: #A8BAC7;
}
</style>
border-color css
<style>
span { border-color: #A8BAC7; }
span { border-color: rgb(168,186,199); }
td.TdClassName
{
border-color: #A8BAC7;
}
.TagClassName
{
border-color: #A8BAC7;
}
</style>