Shades of Heather #A9BDC6
Tints of Heather #A9BDC6
RGB
CMYK
RGB Variations
Color information
#A9BDC6 (or 0xA9BDC6) is known color: Heather. HEX triplet: A9, BD and C6. RGB value is (169,189,198). Sum of RGB (Red+Green+Blue) = 169+189+198=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 198 - color contains mainly: blue. Hex color #A9BDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDC6 is #564239. Grayscale: #B7B7B7. Windows color (decimal): -5653050 or 13024681. OLE color: 13024681.
HSL color Cylindrical-coordinate representation of color #A9BDC6: hue angle of 198.62º 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 #A9BDC6 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 189 | 198 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.22 |
| HSL | 198.62º | 0.2% | 0.72% | - |
| HSV(B) | 198.62º | 0.15% | 0.78% | - |
| XYZ | 44.75 | 48.91 | 60.51 | - |
| YUV | 184.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 198 | 0.15 | 0.05 | 0 | 0.22 | 198.62 | 0.2 | 0.72 |
| Hex | A9 | BD | C6 | F | 5 | 0 | 16 | C7 | 14 | 48 |
| Octal | 251 | 275 | 306 | 17 | 5 | 0 | 26 | 307 | 24 | 110 |
| Binary | 10101001 | 10111101 | 11000110 | 1111 | 101 | 0 | 10110 | 11000111 | 10100 | 1001000 |
Color Harmonies of #A9BDC6
Complementary color
Monochromatic Colors of #A9BDC6
Black with #A9BDC6
Text Example
Text Example
White with #A9BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BDC6; }
p { color: rgb(169,189,198); }
H1.HeaderClassName
{
color: #A9BDC6;
}
.AnyTagClassName
{
color: #A9BDC6;
}
</style>
background-color css
<style>
a { background-color: #A9BDC6; }
a { background-color: rgb(169,189,198); }
div.DivClassName
{
background-color: #A9BDC6;
}
.BgClassName
{
background-color: #A9BDC6;
}
</style>
border-color css
<style>
span { border-color: #A9BDC6; }
span { border-color: rgb(169,189,198); }
td.TdClassName
{
border-color: #A9BDC6;
}
.TagClassName
{
border-color: #A9BDC6;
}
</style>