Shades of Spring Rain #A2BBA3
Tints of Spring Rain #A2BBA3
RGB
CMYK
RGB Variations
Color information
#A2BBA3 (or 0xA2BBA3) is known color: Spring Rain. HEX triplet: A2, BB and A3. RGB value is (162,187,163). Sum of RGB (Red+Green+Blue) = 162+187+163=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BBA3 is #5D445C. Grayscale: #B0B0B0. Windows color (decimal): -6112349 or 10730402. OLE color: 10730402.
HSL color Cylindrical-coordinate representation of color #A2BBA3: hue angle of 122.4º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BBA3 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
RGB | 162 | 187 | 163 | - |
CMYK | 0.13 | 0 | 0.13 | 0.27 |
HSL | 122.4º | 0.16% | 0.68% | - |
HSV(B) | 122.4º | 0.13% | 0.73% | - |
XYZ | 39.28 | 45.87 | 41.43 | - |
YUV | 176.79 | 120.22 | 117.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 187 | 163 | 0.13 | 0 | 0.13 | 0.27 | 122.4 | 0.16 | 0.68 |
Hex | A2 | BB | A3 | D | 0 | D | 1B | 7A | 10 | 44 |
Octal | 242 | 273 | 243 | 15 | 0 | 15 | 33 | 172 | 20 | 104 |
Binary | 10100010 | 10111011 | 10100011 | 1101 | 0 | 1101 | 11011 | 1111010 | 10000 | 1000100 |
Color Harmonies of #A2BBA3
Complementary color
Monochromatic Colors of #A2BBA3
Black with #A2BBA3
Text Example
Text Example
White with #A2BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBA3; }
p { color: rgb(162,187,163); }
H1.HeaderClassName
{
color: #A2BBA3;
}
.AnyTagClassName
{
color: #A2BBA3;
}
</style>
background-color css
<style>
a { background-color: #A2BBA3; }
a { background-color: rgb(162,187,163); }
div.DivClassName
{
background-color: #A2BBA3;
}
.BgClassName
{
background-color: #A2BBA3;
}
</style>
border-color css
<style>
span { border-color: #A2BBA3; }
span { border-color: rgb(162,187,163); }
td.TdClassName
{
border-color: #A2BBA3;
}
.TagClassName
{
border-color: #A2BBA3;
}
</style>