Shades of Heather #A0BECA
Tints of Heather #A0BECA
RGB
CMYK
RGB Variations
Color information
#A0BECA (or 0xA0BECA) is known color: Heather. HEX triplet: A0, BE and CA. RGB value is (160,190,202). Sum of RGB (Red+Green+Blue) = 160+190+202=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #A0BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BECA is #5F4135. Grayscale: #B6B6B6. Windows color (decimal): -6242614 or 13287072. OLE color: 13287072.
HSL color Cylindrical-coordinate representation of color #A0BECA: hue angle of 197.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0BECA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 190 | 202 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.21 |
| HSL | 197.14º | 0.28% | 0.71% | - |
| HSV(B) | 197.14º | 0.21% | 0.79% | - |
| XYZ | 43.57 | 48.56 | 62.95 | - |
| YUV | 182.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 202 | 0.21 | 0.06 | 0 | 0.21 | 197.14 | 0.28 | 0.71 |
| Hex | A0 | BE | CA | 15 | 6 | 0 | 15 | C5 | 1C | 47 |
| Octal | 240 | 276 | 312 | 25 | 6 | 0 | 25 | 305 | 34 | 107 |
| Binary | 10100000 | 10111110 | 11001010 | 10101 | 110 | 0 | 10101 | 11000101 | 11100 | 1000111 |
Color Harmonies of #A0BECA
Complementary color
Monochromatic Colors of #A0BECA
Black with #A0BECA
Text Example
Text Example
White with #A0BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BECA; }
p { color: rgb(160,190,202); }
H1.HeaderClassName
{
color: #A0BECA;
}
.AnyTagClassName
{
color: #A0BECA;
}
</style>
background-color css
<style>
a { background-color: #A0BECA; }
a { background-color: rgb(160,190,202); }
div.DivClassName
{
background-color: #A0BECA;
}
.BgClassName
{
background-color: #A0BECA;
}
</style>
border-color css
<style>
span { border-color: #A0BECA; }
span { border-color: rgb(160,190,202); }
td.TdClassName
{
border-color: #A0BECA;
}
.TagClassName
{
border-color: #A0BECA;
}
</style>