Shades of Spring Rain #A2BFA1
Tints of Spring Rain #A2BFA1
RGB
CMYK
RGB Variations
Color information
#A2BFA1 (or 0xA2BFA1) is known color: Spring Rain. HEX triplet: A2, BF and A1. RGB value is (162,191,161). Sum of RGB (Red+Green+Blue) = 162+191+161=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BFA1 is #5D405E. Grayscale: #B3B3B3. Windows color (decimal): -6111327 or 10600354. OLE color: 10600354.
HSL color Cylindrical-coordinate representation of color #A2BFA1: hue angle of 118º 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 #A2BFA1 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 161 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.25 |
| HSL | 118º | 0.19% | 0.69% | - |
| HSV(B) | 118º | 0.16% | 0.75% | - |
| XYZ | 39.96 | 47.52 | 40.78 | - |
| YUV | 178.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 161 | 0.15 | 0 | 0.16 | 0.25 | 118 | 0.19 | 0.69 |
| Hex | A2 | BF | A1 | F | 0 | 10 | 19 | 76 | 13 | 45 |
| Octal | 242 | 277 | 241 | 17 | 0 | 20 | 31 | 166 | 23 | 105 |
| Binary | 10100010 | 10111111 | 10100001 | 1111 | 0 | 10000 | 11001 | 1110110 | 10011 | 1000101 |
Color Harmonies of #A2BFA1
Complementary color
Monochromatic Colors of #A2BFA1
Black with #A2BFA1
Text Example
Text Example
White with #A2BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFA1; }
p { color: rgb(162,191,161); }
H1.HeaderClassName
{
color: #A2BFA1;
}
.AnyTagClassName
{
color: #A2BFA1;
}
</style>
background-color css
<style>
a { background-color: #A2BFA1; }
a { background-color: rgb(162,191,161); }
div.DivClassName
{
background-color: #A2BFA1;
}
.BgClassName
{
background-color: #A2BFA1;
}
</style>
border-color css
<style>
span { border-color: #A2BFA1; }
span { border-color: rgb(162,191,161); }
td.TdClassName
{
border-color: #A2BFA1;
}
.TagClassName
{
border-color: #A2BFA1;
}
</style>