Shades of Heather #A9C3CE
Tints of Heather #A9C3CE
RGB
CMYK
RGB Variations
Color information
#A9C3CE (or 0xA9C3CE) is known color: Heather. HEX triplet: A9, C3 and CE. RGB value is (169,195,206). Sum of RGB (Red+Green+Blue) = 169+195+206=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #A9C3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C3CE is #563C31. Grayscale: #BCBCBC. Windows color (decimal): -5651506 or 13550505. OLE color: 13550505.
HSL color Cylindrical-coordinate representation of color #A9C3CE: hue angle of 197.84º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9C3CE is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 195 | 206 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.19 |
| HSL | 197.84º | 0.27% | 0.74% | - |
| HSV(B) | 197.84º | 0.18% | 0.81% | - |
| XYZ | 47.02 | 51.92 | 65.94 | - |
| YUV | 188.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 195 | 206 | 0.18 | 0.05 | 0 | 0.19 | 197.84 | 0.27 | 0.74 |
| Hex | A9 | C3 | CE | 12 | 5 | 0 | 13 | C6 | 1B | 4A |
| Octal | 251 | 303 | 316 | 22 | 5 | 0 | 23 | 306 | 33 | 112 |
| Binary | 10101001 | 11000011 | 11001110 | 10010 | 101 | 0 | 10011 | 11000110 | 11011 | 1001010 |
Color Harmonies of #A9C3CE
Complementary color
Monochromatic Colors of #A9C3CE
Black with #A9C3CE
Text Example
Text Example
White with #A9C3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C3CE; }
p { color: rgb(169,195,206); }
H1.HeaderClassName
{
color: #A9C3CE;
}
.AnyTagClassName
{
color: #A9C3CE;
}
</style>
background-color css
<style>
a { background-color: #A9C3CE; }
a { background-color: rgb(169,195,206); }
div.DivClassName
{
background-color: #A9C3CE;
}
.BgClassName
{
background-color: #A9C3CE;
}
</style>
border-color css
<style>
span { border-color: #A9C3CE; }
span { border-color: rgb(169,195,206); }
td.TdClassName
{
border-color: #A9C3CE;
}
.TagClassName
{
border-color: #A9C3CE;
}
</style>