Shades of Heather #A9BFC5
Tints of Heather #A9BFC5
RGB
CMYK
RGB Variations
Color information
#A9BFC5 (or 0xA9BFC5) is known color: Heather. HEX triplet: A9, BF and C5. RGB value is (169,191,197). Sum of RGB (Red+Green+Blue) = 169+191+197=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #A9BFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFC5 is #56403A. Grayscale: #B9B9B9. Windows color (decimal): -5652539 or 12959657. OLE color: 12959657.
HSL color Cylindrical-coordinate representation of color #A9BFC5: hue angle of 192.86º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9BFC5 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 191 | 197 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.23 |
| HSL | 192.86º | 0.19% | 0.72% | - |
| HSV(B) | 192.86º | 0.14% | 0.77% | - |
| XYZ | 45.07 | 49.73 | 60.05 | - |
| YUV | 185.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 197 | 0.14 | 0.03 | 0 | 0.23 | 192.86 | 0.19 | 0.72 |
| Hex | A9 | BF | C5 | E | 3 | 0 | 17 | C1 | 13 | 48 |
| Octal | 251 | 277 | 305 | 16 | 3 | 0 | 27 | 301 | 23 | 110 |
| Binary | 10101001 | 10111111 | 11000101 | 1110 | 11 | 0 | 10111 | 11000001 | 10011 | 1001000 |
Color Harmonies of #A9BFC5
Complementary color
Monochromatic Colors of #A9BFC5
Black with #A9BFC5
Text Example
Text Example
White with #A9BFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BFC5; }
p { color: rgb(169,191,197); }
H1.HeaderClassName
{
color: #A9BFC5;
}
.AnyTagClassName
{
color: #A9BFC5;
}
</style>
background-color css
<style>
a { background-color: #A9BFC5; }
a { background-color: rgb(169,191,197); }
div.DivClassName
{
background-color: #A9BFC5;
}
.BgClassName
{
background-color: #A9BFC5;
}
</style>
border-color css
<style>
span { border-color: #A9BFC5; }
span { border-color: rgb(169,191,197); }
td.TdClassName
{
border-color: #A9BFC5;
}
.TagClassName
{
border-color: #A9BFC5;
}
</style>