Shades of Spring Rain #A2BEA3
Tints of Spring Rain #A2BEA3
RGB
CMYK
RGB Variations
Color information
#A2BEA3 (or 0xA2BEA3) is known color: Spring Rain. HEX triplet: A2, BE and A3. RGB value is (162,190,163). Sum of RGB (Red+Green+Blue) = 162+190+163=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BEA3 is #5D415C. Grayscale: #B2B2B2. Windows color (decimal): -6111581 or 10731170. OLE color: 10731170.
HSL color Cylindrical-coordinate representation of color #A2BEA3: hue angle of 122.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BEA3 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 163 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.25 |
| HSL | 122.14º | 0.18% | 0.69% | - |
| HSV(B) | 122.14º | 0.15% | 0.75% | - |
| XYZ | 39.92 | 47.15 | 41.65 | - |
| YUV | 178.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 163 | 0.15 | 0 | 0.14 | 0.25 | 122.14 | 0.18 | 0.69 |
| Hex | A2 | BE | A3 | F | 0 | E | 19 | 7A | 12 | 45 |
| Octal | 242 | 276 | 243 | 17 | 0 | 16 | 31 | 172 | 22 | 105 |
| Binary | 10100010 | 10111110 | 10100011 | 1111 | 0 | 1110 | 11001 | 1111010 | 10010 | 1000101 |
Color Harmonies of #A2BEA3
Complementary color
Monochromatic Colors of #A2BEA3
Black with #A2BEA3
Text Example
Text Example
White with #A2BEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BEA3; }
p { color: rgb(162,190,163); }
H1.HeaderClassName
{
color: #A2BEA3;
}
.AnyTagClassName
{
color: #A2BEA3;
}
</style>
background-color css
<style>
a { background-color: #A2BEA3; }
a { background-color: rgb(162,190,163); }
div.DivClassName
{
background-color: #A2BEA3;
}
.BgClassName
{
background-color: #A2BEA3;
}
</style>
border-color css
<style>
span { border-color: #A2BEA3; }
span { border-color: rgb(162,190,163); }
td.TdClassName
{
border-color: #A2BEA3;
}
.TagClassName
{
border-color: #A2BEA3;
}
</style>