Shades of Heather #A9BECC
Tints of Heather #A9BECC
RGB
CMYK
RGB Variations
Color information
#A9BECC (or 0xA9BECC) is known color: Heather. HEX triplet: A9, BE and CC. RGB value is (169,190,204). Sum of RGB (Red+Green+Blue) = 169+190+204=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BECC is #564133. Grayscale: #B9B9B9. Windows color (decimal): -5652788 or 13418153. OLE color: 13418153.
HSL color Cylindrical-coordinate representation of color #A9BECC: hue angle of 204º degrees, saturation: 0.26, 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 #A9BECC is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 190 | 204 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.2 |
| HSL | 204º | 0.26% | 0.73% | - |
| HSV(B) | 204º | 0.17% | 0.8% | - |
| XYZ | 45.67 | 49.62 | 64.3 | - |
| YUV | 185.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 204 | 0.17 | 0.07 | 0 | 0.2 | 204 | 0.26 | 0.73 |
| Hex | A9 | BE | CC | 11 | 7 | 0 | 14 | CC | 1A | 49 |
| Octal | 251 | 276 | 314 | 21 | 7 | 0 | 24 | 314 | 32 | 111 |
| Binary | 10101001 | 10111110 | 11001100 | 10001 | 111 | 0 | 10100 | 11001100 | 11010 | 1001001 |
Color Harmonies of #A9BECC
Complementary color
Monochromatic Colors of #A9BECC
Black with #A9BECC
Text Example
Text Example
White with #A9BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BECC; }
p { color: rgb(169,190,204); }
H1.HeaderClassName
{
color: #A9BECC;
}
.AnyTagClassName
{
color: #A9BECC;
}
</style>
background-color css
<style>
a { background-color: #A9BECC; }
a { background-color: rgb(169,190,204); }
div.DivClassName
{
background-color: #A9BECC;
}
.BgClassName
{
background-color: #A9BECC;
}
</style>
border-color css
<style>
span { border-color: #A9BECC; }
span { border-color: rgb(169,190,204); }
td.TdClassName
{
border-color: #A9BECC;
}
.TagClassName
{
border-color: #A9BECC;
}
</style>