Shades of Spring Rain #A2BCA0
Tints of Spring Rain #A2BCA0
RGB
CMYK
RGB Variations
Color information
#A2BCA0 (or 0xA2BCA0) is known color: Spring Rain. HEX triplet: A2, BC and A0. RGB value is (162,188,160). Sum of RGB (Red+Green+Blue) = 162+188+160=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCA0 is #5D435F. Grayscale: #B1B1B1. Windows color (decimal): -6112096 or 10534050. OLE color: 10534050.
HSL color Cylindrical-coordinate representation of color #A2BCA0: hue angle of 115.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BCA0 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
RGB | 162 | 188 | 160 | - |
CMYK | 0.14 | 0 | 0.15 | 0.26 |
HSL | 115.71º | 0.17% | 0.68% | - |
HSV(B) | 115.71º | 0.15% | 0.74% | - |
XYZ | 39.23 | 46.19 | 40.1 | - |
YUV | 177.03 | 118.39 | 117.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 188 | 160 | 0.14 | 0 | 0.15 | 0.26 | 115.71 | 0.17 | 0.68 |
Hex | A2 | BC | A0 | E | 0 | F | 1A | 74 | 11 | 44 |
Octal | 242 | 274 | 240 | 16 | 0 | 17 | 32 | 164 | 21 | 104 |
Binary | 10100010 | 10111100 | 10100000 | 1110 | 0 | 1111 | 11010 | 1110100 | 10001 | 1000100 |
Color Harmonies of #A2BCA0
Complementary color
Monochromatic Colors of #A2BCA0
Black with #A2BCA0
Text Example
Text Example
White with #A2BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCA0; }
p { color: rgb(162,188,160); }
H1.HeaderClassName
{
color: #A2BCA0;
}
.AnyTagClassName
{
color: #A2BCA0;
}
</style>
background-color css
<style>
a { background-color: #A2BCA0; }
a { background-color: rgb(162,188,160); }
div.DivClassName
{
background-color: #A2BCA0;
}
.BgClassName
{
background-color: #A2BCA0;
}
</style>
border-color css
<style>
span { border-color: #A2BCA0; }
span { border-color: rgb(162,188,160); }
td.TdClassName
{
border-color: #A2BCA0;
}
.TagClassName
{
border-color: #A2BCA0;
}
</style>