Shades of Heather #A9B5BC
Tints of Heather #A9B5BC
RGB
CMYK
RGB Variations
Color information
#A9B5BC (or 0xA9B5BC) is known color: Heather. HEX triplet: A9, B5 and BC. RGB value is (169,181,188). Sum of RGB (Red+Green+Blue) = 169+181+188=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #A9B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B5BC is #564A43. Grayscale: #B2B2B2. Windows color (decimal): -5655108 or 12367273. OLE color: 12367273.
HSL color Cylindrical-coordinate representation of color #A9B5BC: hue angle of 202.11º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9B5BC is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 181 | 188 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.26 |
| HSL | 202.11º | 0.12% | 0.7% | - |
| HSV(B) | 202.11º | 0.1% | 0.74% | - |
| XYZ | 41.96 | 45.11 | 54.07 | - |
| YUV | 178.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 181 | 188 | 0.10 | 0.04 | 0 | 0.26 | 202.11 | 0.12 | 0.7 |
| Hex | A9 | B5 | BC | A | 4 | 0 | 1A | CA | C | 46 |
| Octal | 251 | 265 | 274 | 12 | 4 | 0 | 32 | 312 | 14 | 106 |
| Binary | 10101001 | 10110101 | 10111100 | 1010 | 100 | 0 | 11010 | 11001010 | 1100 | 1000110 |
Color Harmonies of #A9B5BC
Complementary color
Monochromatic Colors of #A9B5BC
Black with #A9B5BC
Text Example
Text Example
White with #A9B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B5BC; }
p { color: rgb(169,181,188); }
H1.HeaderClassName
{
color: #A9B5BC;
}
.AnyTagClassName
{
color: #A9B5BC;
}
</style>
background-color css
<style>
a { background-color: #A9B5BC; }
a { background-color: rgb(169,181,188); }
div.DivClassName
{
background-color: #A9B5BC;
}
.BgClassName
{
background-color: #A9B5BC;
}
</style>
border-color css
<style>
span { border-color: #A9B5BC; }
span { border-color: rgb(169,181,188); }
td.TdClassName
{
border-color: #A9B5BC;
}
.TagClassName
{
border-color: #A9B5BC;
}
</style>