Shades of Spring Rain #A2BFA0
Tints of Spring Rain #A2BFA0
RGB
CMYK
RGB Variations
Color information
#A2BFA0 (or 0xA2BFA0) is known color: Spring Rain. HEX triplet: A2, BF and A0. RGB value is (162,191,160). Sum of RGB (Red+Green+Blue) = 162+191+160=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BFA0 is #5D405F. Grayscale: #B2B2B2. Windows color (decimal): -6111328 or 10534818. OLE color: 10534818.
HSL color Cylindrical-coordinate representation of color #A2BFA0: hue angle of 116.13º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2BFA0 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 160 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.25 |
| HSL | 116.13º | 0.19% | 0.69% | - |
| HSV(B) | 116.13º | 0.16% | 0.75% | - |
| XYZ | 39.88 | 47.48 | 40.32 | - |
| YUV | 178.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 160 | 0.15 | 0 | 0.16 | 0.25 | 116.13 | 0.19 | 0.69 |
| Hex | A2 | BF | A0 | F | 0 | 10 | 19 | 74 | 13 | 45 |
| Octal | 242 | 277 | 240 | 17 | 0 | 20 | 31 | 164 | 23 | 105 |
| Binary | 10100010 | 10111111 | 10100000 | 1111 | 0 | 10000 | 11001 | 1110100 | 10011 | 1000101 |
Color Harmonies of #A2BFA0
Complementary color
Monochromatic Colors of #A2BFA0
Black with #A2BFA0
Text Example
Text Example
White with #A2BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFA0; }
p { color: rgb(162,191,160); }
H1.HeaderClassName
{
color: #A2BFA0;
}
.AnyTagClassName
{
color: #A2BFA0;
}
</style>
background-color css
<style>
a { background-color: #A2BFA0; }
a { background-color: rgb(162,191,160); }
div.DivClassName
{
background-color: #A2BFA0;
}
.BgClassName
{
background-color: #A2BFA0;
}
</style>
border-color css
<style>
span { border-color: #A2BFA0; }
span { border-color: rgb(162,191,160); }
td.TdClassName
{
border-color: #A2BFA0;
}
.TagClassName
{
border-color: #A2BFA0;
}
</style>