Shades of Heather #A9B8C6
Tints of Heather #A9B8C6
RGB
CMYK
RGB Variations
Color information
#A9B8C6 (or 0xA9B8C6) is known color: Heather. HEX triplet: A9, B8 and C6. RGB value is (169,184,198). Sum of RGB (Red+Green+Blue) = 169+184+198=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 198 - color contains mainly: blue. Hex color #A9B8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B8C6 is #564739. Grayscale: #B5B5B5. Windows color (decimal): -5654330 or 13023401. OLE color: 13023401.
HSL color Cylindrical-coordinate representation of color #A9B8C6: hue angle of 208.97º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9B8C6 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 184 | 198 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.22 |
| HSL | 208.97º | 0.2% | 0.72% | - |
| HSV(B) | 208.97º | 0.15% | 0.78% | - |
| XYZ | 43.7 | 46.79 | 60.16 | - |
| YUV | 181.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 198 | 0.15 | 0.07 | 0 | 0.22 | 208.97 | 0.2 | 0.72 |
| Hex | A9 | B8 | C6 | F | 7 | 0 | 16 | D1 | 14 | 48 |
| Octal | 251 | 270 | 306 | 17 | 7 | 0 | 26 | 321 | 24 | 110 |
| Binary | 10101001 | 10111000 | 11000110 | 1111 | 111 | 0 | 10110 | 11010001 | 10100 | 1001000 |
Color Harmonies of #A9B8C6
Complementary color
Monochromatic Colors of #A9B8C6
Black with #A9B8C6
Text Example
Text Example
White with #A9B8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B8C6; }
p { color: rgb(169,184,198); }
H1.HeaderClassName
{
color: #A9B8C6;
}
.AnyTagClassName
{
color: #A9B8C6;
}
</style>
background-color css
<style>
a { background-color: #A9B8C6; }
a { background-color: rgb(169,184,198); }
div.DivClassName
{
background-color: #A9B8C6;
}
.BgClassName
{
background-color: #A9B8C6;
}
</style>
border-color css
<style>
span { border-color: #A9B8C6; }
span { border-color: rgb(169,184,198); }
td.TdClassName
{
border-color: #A9B8C6;
}
.TagClassName
{
border-color: #A9B8C6;
}
</style>