Shades of Spring Rain #A4BEA2
Tints of Spring Rain #A4BEA2
RGB
CMYK
RGB Variations
Color information
#A4BEA2 (or 0xA4BEA2) is known color: Spring Rain. HEX triplet: A4, BE and A2. RGB value is (164,190,162). Sum of RGB (Red+Green+Blue) = 164+190+162=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BEA2 is #5B415D. Grayscale: #B3B3B3. Windows color (decimal): -5980510 or 10665636. OLE color: 10665636.
HSL color Cylindrical-coordinate representation of color #A4BEA2: hue angle of 115.71º 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 #A4BEA2 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 190 | 162 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.25 |
| HSL | 115.71º | 0.18% | 0.69% | - |
| HSV(B) | 115.71º | 0.15% | 0.75% | - |
| XYZ | 40.24 | 47.33 | 41.2 | - |
| YUV | 179.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 162 | 0.14 | 0 | 0.15 | 0.25 | 115.71 | 0.18 | 0.69 |
| Hex | A4 | BE | A2 | E | 0 | F | 19 | 74 | 12 | 45 |
| Octal | 244 | 276 | 242 | 16 | 0 | 17 | 31 | 164 | 22 | 105 |
| Binary | 10100100 | 10111110 | 10100010 | 1110 | 0 | 1111 | 11001 | 1110100 | 10010 | 1000101 |
Color Harmonies of #A4BEA2
Complementary color
Monochromatic Colors of #A4BEA2
Black with #A4BEA2
Text Example
Text Example
White with #A4BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BEA2; }
p { color: rgb(164,190,162); }
H1.HeaderClassName
{
color: #A4BEA2;
}
.AnyTagClassName
{
color: #A4BEA2;
}
</style>
background-color css
<style>
a { background-color: #A4BEA2; }
a { background-color: rgb(164,190,162); }
div.DivClassName
{
background-color: #A4BEA2;
}
.BgClassName
{
background-color: #A4BEA2;
}
</style>
border-color css
<style>
span { border-color: #A4BEA2; }
span { border-color: rgb(164,190,162); }
td.TdClassName
{
border-color: #A4BEA2;
}
.TagClassName
{
border-color: #A4BEA2;
}
</style>