Shades of Heather #A9BECA
Tints of Heather #A9BECA
RGB
CMYK
RGB Variations
Color information
#A9BECA (or 0xA9BECA) is known color: Heather. HEX triplet: A9, BE and CA. RGB value is (169,190,202). Sum of RGB (Red+Green+Blue) = 169+190+202=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BECA is #564135. Grayscale: #B9B9B9. Windows color (decimal): -5652790 or 13287081. OLE color: 13287081.
HSL color Cylindrical-coordinate representation of color #A9BECA: hue angle of 201.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9BECA is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 190 | 202 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.21 |
| HSL | 201.82º | 0.24% | 0.73% | - |
| HSV(B) | 201.82º | 0.16% | 0.79% | - |
| XYZ | 45.44 | 49.53 | 63.04 | - |
| YUV | 185.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 202 | 0.16 | 0.06 | 0 | 0.21 | 201.82 | 0.24 | 0.73 |
| Hex | A9 | BE | CA | 10 | 6 | 0 | 15 | CA | 18 | 49 |
| Octal | 251 | 276 | 312 | 20 | 6 | 0 | 25 | 312 | 30 | 111 |
| Binary | 10101001 | 10111110 | 11001010 | 10000 | 110 | 0 | 10101 | 11001010 | 11000 | 1001001 |
Color Harmonies of #A9BECA
Complementary color
Monochromatic Colors of #A9BECA
Black with #A9BECA
Text Example
Text Example
White with #A9BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BECA; }
p { color: rgb(169,190,202); }
H1.HeaderClassName
{
color: #A9BECA;
}
.AnyTagClassName
{
color: #A9BECA;
}
</style>
background-color css
<style>
a { background-color: #A9BECA; }
a { background-color: rgb(169,190,202); }
div.DivClassName
{
background-color: #A9BECA;
}
.BgClassName
{
background-color: #A9BECA;
}
</style>
border-color css
<style>
span { border-color: #A9BECA; }
span { border-color: rgb(169,190,202); }
td.TdClassName
{
border-color: #A9BECA;
}
.TagClassName
{
border-color: #A9BECA;
}
</style>