Shades of Spring Rain #A0BBA2
Tints of Spring Rain #A0BBA2
RGB
CMYK
RGB Variations
Color information
#A0BBA2 (or 0xA0BBA2) is known color: Spring Rain. HEX triplet: A0, BB and A2. RGB value is (160,187,162). Sum of RGB (Red+Green+Blue) = 160+187+162=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BBA2 is #5F445D. Grayscale: #B0B0B0. Windows color (decimal): -6243422 or 10664864. OLE color: 10664864.
HSL color Cylindrical-coordinate representation of color #A0BBA2: hue angle of 124.44º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0BBA2 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 162 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.27 |
| HSL | 124.44º | 0.17% | 0.68% | - |
| HSV(B) | 124.44º | 0.14% | 0.73% | - |
| XYZ | 38.79 | 45.62 | 40.94 | - |
| YUV | 176.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 162 | 0.14 | 0 | 0.13 | 0.27 | 124.44 | 0.17 | 0.68 |
| Hex | A0 | BB | A2 | E | 0 | D | 1B | 7C | 11 | 44 |
| Octal | 240 | 273 | 242 | 16 | 0 | 15 | 33 | 174 | 21 | 104 |
| Binary | 10100000 | 10111011 | 10100010 | 1110 | 0 | 1101 | 11011 | 1111100 | 10001 | 1000100 |
Color Harmonies of #A0BBA2
Complementary color
Monochromatic Colors of #A0BBA2
Black with #A0BBA2
Text Example
Text Example
White with #A0BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBA2; }
p { color: rgb(160,187,162); }
H1.HeaderClassName
{
color: #A0BBA2;
}
.AnyTagClassName
{
color: #A0BBA2;
}
</style>
background-color css
<style>
a { background-color: #A0BBA2; }
a { background-color: rgb(160,187,162); }
div.DivClassName
{
background-color: #A0BBA2;
}
.BgClassName
{
background-color: #A0BBA2;
}
</style>
border-color css
<style>
span { border-color: #A0BBA2; }
span { border-color: rgb(160,187,162); }
td.TdClassName
{
border-color: #A0BBA2;
}
.TagClassName
{
border-color: #A0BBA2;
}
</style>