Shades of Heather #A4B9CA
Tints of Heather #A4B9CA
RGB
CMYK
RGB Variations
Color information
#A4B9CA (or 0xA4B9CA) is known color: Heather. HEX triplet: A4, B9 and CA. RGB value is (164,185,202). Sum of RGB (Red+Green+Blue) = 164+185+202=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4B9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B9CA is #5B4635. Grayscale: #B4B4B4. Windows color (decimal): -5981750 or 13285796. OLE color: 13285796.
HSL color Cylindrical-coordinate representation of color #A4B9CA: hue angle of 206.84º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4B9CA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 185 | 202 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.21 |
| HSL | 206.84º | 0.26% | 0.72% | - |
| HSV(B) | 206.84º | 0.19% | 0.79% | - |
| XYZ | 43.32 | 46.85 | 62.64 | - |
| YUV | 180.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 185 | 202 | 0.19 | 0.08 | 0 | 0.21 | 206.84 | 0.26 | 0.72 |
| Hex | A4 | B9 | CA | 13 | 8 | 0 | 15 | CF | 1A | 48 |
| Octal | 244 | 271 | 312 | 23 | 10 | 0 | 25 | 317 | 32 | 110 |
| Binary | 10100100 | 10111001 | 11001010 | 10011 | 1000 | 0 | 10101 | 11001111 | 11010 | 1001000 |
Color Harmonies of #A4B9CA
Complementary color
Monochromatic Colors of #A4B9CA
Black with #A4B9CA
Text Example
Text Example
White with #A4B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B9CA; }
p { color: rgb(164,185,202); }
H1.HeaderClassName
{
color: #A4B9CA;
}
.AnyTagClassName
{
color: #A4B9CA;
}
</style>
background-color css
<style>
a { background-color: #A4B9CA; }
a { background-color: rgb(164,185,202); }
div.DivClassName
{
background-color: #A4B9CA;
}
.BgClassName
{
background-color: #A4B9CA;
}
</style>
border-color css
<style>
span { border-color: #A4B9CA; }
span { border-color: rgb(164,185,202); }
td.TdClassName
{
border-color: #A4B9CA;
}
.TagClassName
{
border-color: #A4B9CA;
}
</style>