Shades of Spring Rain #A5BDA1
Tints of Spring Rain #A5BDA1
RGB
CMYK
RGB Variations
Color information
#A5BDA1 (or 0xA5BDA1) is known color: Spring Rain. HEX triplet: A5, BD and A1. RGB value is (165,189,161). Sum of RGB (Red+Green+Blue) = 165+189+161=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BDA1 is #5A425E. Grayscale: #B2B2B2. Windows color (decimal): -5915231 or 10599845. OLE color: 10599845.
HSL color Cylindrical-coordinate representation of color #A5BDA1: hue angle of 111.43º 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 #A5BDA1 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 161 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.26 |
| HSL | 111.43º | 0.18% | 0.69% | - |
| HSV(B) | 111.43º | 0.15% | 0.74% | - |
| XYZ | 40.15 | 46.97 | 40.67 | - |
| YUV | 178.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 161 | 0.13 | 0 | 0.15 | 0.26 | 111.43 | 0.18 | 0.69 |
| Hex | A5 | BD | A1 | D | 0 | F | 1A | 6F | 12 | 45 |
| Octal | 245 | 275 | 241 | 15 | 0 | 17 | 32 | 157 | 22 | 105 |
| Binary | 10100101 | 10111101 | 10100001 | 1101 | 0 | 1111 | 11010 | 1101111 | 10010 | 1000101 |
Color Harmonies of #A5BDA1
Complementary color
Monochromatic Colors of #A5BDA1
Black with #A5BDA1
Text Example
Text Example
White with #A5BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BDA1; }
p { color: rgb(165,189,161); }
H1.HeaderClassName
{
color: #A5BDA1;
}
.AnyTagClassName
{
color: #A5BDA1;
}
</style>
background-color css
<style>
a { background-color: #A5BDA1; }
a { background-color: rgb(165,189,161); }
div.DivClassName
{
background-color: #A5BDA1;
}
.BgClassName
{
background-color: #A5BDA1;
}
</style>
border-color css
<style>
span { border-color: #A5BDA1; }
span { border-color: rgb(165,189,161); }
td.TdClassName
{
border-color: #A5BDA1;
}
.TagClassName
{
border-color: #A5BDA1;
}
</style>