Shades of Heather #A0B9CC
Tints of Heather #A0B9CC
RGB
CMYK
RGB Variations
Color information
#A0B9CC (or 0xA0B9CC) is known color: Heather. HEX triplet: A0, B9 and CC. RGB value is (160,185,204). Sum of RGB (Red+Green+Blue) = 160+185+204=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #A0B9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B9CC is #5F4633. Grayscale: #B3B3B3. Windows color (decimal): -6243892 or 13416864. OLE color: 13416864.
HSL color Cylindrical-coordinate representation of color #A0B9CC: hue angle of 205.91º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0B9CC is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 185 | 204 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.2 |
| HSL | 205.91º | 0.3% | 0.71% | - |
| HSV(B) | 205.91º | 0.22% | 0.8% | - |
| XYZ | 42.75 | 46.53 | 63.86 | - |
| YUV | 179.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 204 | 0.22 | 0.09 | 0 | 0.2 | 205.91 | 0.3 | 0.71 |
| Hex | A0 | B9 | CC | 16 | 9 | 0 | 14 | CE | 1E | 47 |
| Octal | 240 | 271 | 314 | 26 | 11 | 0 | 24 | 316 | 36 | 107 |
| Binary | 10100000 | 10111001 | 11001100 | 10110 | 1001 | 0 | 10100 | 11001110 | 11110 | 1000111 |
Color Harmonies of #A0B9CC
Complementary color
Monochromatic Colors of #A0B9CC
Black with #A0B9CC
Text Example
Text Example
White with #A0B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B9CC; }
p { color: rgb(160,185,204); }
H1.HeaderClassName
{
color: #A0B9CC;
}
.AnyTagClassName
{
color: #A0B9CC;
}
</style>
background-color css
<style>
a { background-color: #A0B9CC; }
a { background-color: rgb(160,185,204); }
div.DivClassName
{
background-color: #A0B9CC;
}
.BgClassName
{
background-color: #A0B9CC;
}
</style>
border-color css
<style>
span { border-color: #A0B9CC; }
span { border-color: rgb(160,185,204); }
td.TdClassName
{
border-color: #A0B9CC;
}
.TagClassName
{
border-color: #A0B9CC;
}
</style>