Shades of Heather #A0BED0
Tints of Heather #A0BED0
RGB
CMYK
RGB Variations
Color information
#A0BED0 (or 0xA0BED0) is known color: Heather. HEX triplet: A0, BE and D0. RGB value is (160,190,208). Sum of RGB (Red+Green+Blue) = 160+190+208=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #A0BED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BED0 is #5F412F. Grayscale: #B6B6B6. Windows color (decimal): -6242608 or 13680288. OLE color: 13680288.
HSL color Cylindrical-coordinate representation of color #A0BED0: hue angle of 202.5º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0BED0 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 190 | 208 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.18 |
| HSL | 202.5º | 0.34% | 0.72% | - |
| HSV(B) | 202.5º | 0.23% | 0.82% | - |
| XYZ | 44.3 | 48.85 | 66.77 | - |
| YUV | 183.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 208 | 0.23 | 0.09 | 0 | 0.18 | 202.5 | 0.34 | 0.72 |
| Hex | A0 | BE | D0 | 17 | 9 | 0 | 12 | CA | 22 | 48 |
| Octal | 240 | 276 | 320 | 27 | 11 | 0 | 22 | 312 | 42 | 110 |
| Binary | 10100000 | 10111110 | 11010000 | 10111 | 1001 | 0 | 10010 | 11001010 | 100010 | 1001000 |
Color Harmonies of #A0BED0
Complementary color
Monochromatic Colors of #A0BED0
Black with #A0BED0
Text Example
Text Example
White with #A0BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BED0; }
p { color: rgb(160,190,208); }
H1.HeaderClassName
{
color: #A0BED0;
}
.AnyTagClassName
{
color: #A0BED0;
}
</style>
background-color css
<style>
a { background-color: #A0BED0; }
a { background-color: rgb(160,190,208); }
div.DivClassName
{
background-color: #A0BED0;
}
.BgClassName
{
background-color: #A0BED0;
}
</style>
border-color css
<style>
span { border-color: #A0BED0; }
span { border-color: rgb(160,190,208); }
td.TdClassName
{
border-color: #A0BED0;
}
.TagClassName
{
border-color: #A0BED0;
}
</style>