Shades of Heather #A9BDC3
Tints of Heather #A9BDC3
RGB
CMYK
RGB Variations
Color information
#A9BDC3 (or 0xA9BDC3) is known color: Heather. HEX triplet: A9, BD and C3. RGB value is (169,189,195). Sum of RGB (Red+Green+Blue) = 169+189+195=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 195 - color contains mainly: blue. Hex color #A9BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDC3 is #56423C. Grayscale: #B7B7B7. Windows color (decimal): -5653053 or 12828073. OLE color: 12828073.
HSL color Cylindrical-coordinate representation of color #A9BDC3: hue angle of 193.85º degrees, saturation: 0.18, 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 #A9BDC3 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 189 | 195 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.24 |
| HSL | 193.85º | 0.18% | 0.71% | - |
| HSV(B) | 193.85º | 0.13% | 0.76% | - |
| XYZ | 44.41 | 48.77 | 58.7 | - |
| YUV | 183.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 195 | 0.13 | 0.03 | 0 | 0.24 | 193.85 | 0.18 | 0.71 |
| Hex | A9 | BD | C3 | D | 3 | 0 | 18 | C2 | 12 | 47 |
| Octal | 251 | 275 | 303 | 15 | 3 | 0 | 30 | 302 | 22 | 107 |
| Binary | 10101001 | 10111101 | 11000011 | 1101 | 11 | 0 | 11000 | 11000010 | 10010 | 1000111 |
Color Harmonies of #A9BDC3
Complementary color
Monochromatic Colors of #A9BDC3
Black with #A9BDC3
Text Example
Text Example
White with #A9BDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BDC3; }
p { color: rgb(169,189,195); }
H1.HeaderClassName
{
color: #A9BDC3;
}
.AnyTagClassName
{
color: #A9BDC3;
}
</style>
background-color css
<style>
a { background-color: #A9BDC3; }
a { background-color: rgb(169,189,195); }
div.DivClassName
{
background-color: #A9BDC3;
}
.BgClassName
{
background-color: #A9BDC3;
}
</style>
border-color css
<style>
span { border-color: #A9BDC3; }
span { border-color: rgb(169,189,195); }
td.TdClassName
{
border-color: #A9BDC3;
}
.TagClassName
{
border-color: #A9BDC3;
}
</style>