Shades of Heather #A0BEC5
Tints of Heather #A0BEC5
RGB
CMYK
RGB Variations
Color information
#A0BEC5 (or 0xA0BEC5) is known color: Heather. HEX triplet: A0, BE and C5. RGB value is (160,190,197). Sum of RGB (Red+Green+Blue) = 160+190+197=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 197 - color contains mainly: blue. Hex color #A0BEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEC5 is #5F413A. Grayscale: #B5B5B5. Windows color (decimal): -6242619 or 12959392. OLE color: 12959392.
HSL color Cylindrical-coordinate representation of color #A0BEC5: hue angle of 191.35º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0BEC5 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 190 | 197 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.23 |
| HSL | 191.35º | 0.24% | 0.7% | - |
| HSV(B) | 191.35º | 0.19% | 0.77% | - |
| XYZ | 42.99 | 48.33 | 59.89 | - |
| YUV | 181.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 197 | 0.19 | 0.04 | 0 | 0.23 | 191.35 | 0.24 | 0.7 |
| Hex | A0 | BE | C5 | 13 | 4 | 0 | 17 | BF | 18 | 46 |
| Octal | 240 | 276 | 305 | 23 | 4 | 0 | 27 | 277 | 30 | 106 |
| Binary | 10100000 | 10111110 | 11000101 | 10011 | 100 | 0 | 10111 | 10111111 | 11000 | 1000110 |
Color Harmonies of #A0BEC5
Complementary color
Monochromatic Colors of #A0BEC5
Black with #A0BEC5
Text Example
Text Example
White with #A0BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEC5; }
p { color: rgb(160,190,197); }
H1.HeaderClassName
{
color: #A0BEC5;
}
.AnyTagClassName
{
color: #A0BEC5;
}
</style>
background-color css
<style>
a { background-color: #A0BEC5; }
a { background-color: rgb(160,190,197); }
div.DivClassName
{
background-color: #A0BEC5;
}
.BgClassName
{
background-color: #A0BEC5;
}
</style>
border-color css
<style>
span { border-color: #A0BEC5; }
span { border-color: rgb(160,190,197); }
td.TdClassName
{
border-color: #A0BEC5;
}
.TagClassName
{
border-color: #A0BEC5;
}
</style>