Shades of Spring Rain #A4BDA1
Tints of Spring Rain #A4BDA1
RGB
CMYK
RGB Variations
Color information
#A4BDA1 (or 0xA4BDA1) is known color: Spring Rain. HEX triplet: A4, BD and A1. RGB value is (164,189,161). Sum of RGB (Red+Green+Blue) = 164+189+161=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BDA1 is #5B425E. Grayscale: #B2B2B2. Windows color (decimal): -5980767 or 10599844. OLE color: 10599844.
HSL color Cylindrical-coordinate representation of color #A4BDA1: hue angle of 113.57º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4BDA1 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 189 | 161 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.26 |
| HSL | 113.57º | 0.18% | 0.69% | - |
| HSV(B) | 113.57º | 0.15% | 0.74% | - |
| XYZ | 39.94 | 46.86 | 40.66 | - |
| YUV | 178.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 161 | 0.13 | 0 | 0.15 | 0.26 | 113.57 | 0.18 | 0.69 |
| Hex | A4 | BD | A1 | D | 0 | F | 1A | 72 | 12 | 45 |
| Octal | 244 | 275 | 241 | 15 | 0 | 17 | 32 | 162 | 22 | 105 |
| Binary | 10100100 | 10111101 | 10100001 | 1101 | 0 | 1111 | 11010 | 1110010 | 10010 | 1000101 |
Color Harmonies of #A4BDA1
Complementary color
Monochromatic Colors of #A4BDA1
Black with #A4BDA1
Text Example
Text Example
White with #A4BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BDA1; }
p { color: rgb(164,189,161); }
H1.HeaderClassName
{
color: #A4BDA1;
}
.AnyTagClassName
{
color: #A4BDA1;
}
</style>
background-color css
<style>
a { background-color: #A4BDA1; }
a { background-color: rgb(164,189,161); }
div.DivClassName
{
background-color: #A4BDA1;
}
.BgClassName
{
background-color: #A4BDA1;
}
</style>
border-color css
<style>
span { border-color: #A4BDA1; }
span { border-color: rgb(164,189,161); }
td.TdClassName
{
border-color: #A4BDA1;
}
.TagClassName
{
border-color: #A4BDA1;
}
</style>