Shades of Heather #A9C3CB
Tints of Heather #A9C3CB
RGB
CMYK
RGB Variations
Color information
#A9C3CB (or 0xA9C3CB) is known color: Heather. HEX triplet: A9, C3 and CB. RGB value is (169,195,203). Sum of RGB (Red+Green+Blue) = 169+195+203=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C3CB is #563C34. Grayscale: #BCBCBC. Windows color (decimal): -5651509 or 13353897. OLE color: 13353897.
HSL color Cylindrical-coordinate representation of color #A9C3CB: hue angle of 194.12º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9C3CB is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 195 | 203 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.20 |
| HSL | 194.12º | 0.25% | 0.73% | - |
| HSV(B) | 194.12º | 0.17% | 0.8% | - |
| XYZ | 46.66 | 51.78 | 64.03 | - |
| YUV | 188.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 195 | 203 | 0.17 | 0.04 | 0 | 0.20 | 194.12 | 0.25 | 0.73 |
| Hex | A9 | C3 | CB | 11 | 4 | 0 | 14 | C2 | 19 | 49 |
| Octal | 251 | 303 | 313 | 21 | 4 | 0 | 24 | 302 | 31 | 111 |
| Binary | 10101001 | 11000011 | 11001011 | 10001 | 100 | 0 | 10100 | 11000010 | 11001 | 1001001 |
Color Harmonies of #A9C3CB
Complementary color
Monochromatic Colors of #A9C3CB
Black with #A9C3CB
Text Example
Text Example
White with #A9C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C3CB; }
p { color: rgb(169,195,203); }
H1.HeaderClassName
{
color: #A9C3CB;
}
.AnyTagClassName
{
color: #A9C3CB;
}
</style>
background-color css
<style>
a { background-color: #A9C3CB; }
a { background-color: rgb(169,195,203); }
div.DivClassName
{
background-color: #A9C3CB;
}
.BgClassName
{
background-color: #A9C3CB;
}
</style>
border-color css
<style>
span { border-color: #A9C3CB; }
span { border-color: rgb(169,195,203); }
td.TdClassName
{
border-color: #A9C3CB;
}
.TagClassName
{
border-color: #A9C3CB;
}
</style>