Shades of Spring Rain #A5BEA4
Tints of Spring Rain #A5BEA4
RGB
CMYK
RGB Variations
Color information
#A5BEA4 (or 0xA5BEA4) is known color: Spring Rain. HEX triplet: A5, BE and A4. RGB value is (165,190,164). Sum of RGB (Red+Green+Blue) = 165+190+164=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BEA4 is #5A415B. Grayscale: #B3B3B3. Windows color (decimal): -5914972 or 10796709. OLE color: 10796709.
HSL color Cylindrical-coordinate representation of color #A5BEA4: hue angle of 117.69º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5BEA4 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 190 | 164 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.25 |
| HSL | 117.69º | 0.17% | 0.69% | - |
| HSV(B) | 117.69º | 0.14% | 0.75% | - |
| XYZ | 40.63 | 47.51 | 42.15 | - |
| YUV | 179.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 190 | 164 | 0.13 | 0 | 0.14 | 0.25 | 117.69 | 0.17 | 0.69 |
| Hex | A5 | BE | A4 | D | 0 | E | 19 | 76 | 11 | 45 |
| Octal | 245 | 276 | 244 | 15 | 0 | 16 | 31 | 166 | 21 | 105 |
| Binary | 10100101 | 10111110 | 10100100 | 1101 | 0 | 1110 | 11001 | 1110110 | 10001 | 1000101 |
Color Harmonies of #A5BEA4
Complementary color
Monochromatic Colors of #A5BEA4
Black with #A5BEA4
Text Example
Text Example
White with #A5BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BEA4; }
p { color: rgb(165,190,164); }
H1.HeaderClassName
{
color: #A5BEA4;
}
.AnyTagClassName
{
color: #A5BEA4;
}
</style>
background-color css
<style>
a { background-color: #A5BEA4; }
a { background-color: rgb(165,190,164); }
div.DivClassName
{
background-color: #A5BEA4;
}
.BgClassName
{
background-color: #A5BEA4;
}
</style>
border-color css
<style>
span { border-color: #A5BEA4; }
span { border-color: rgb(165,190,164); }
td.TdClassName
{
border-color: #A5BEA4;
}
.TagClassName
{
border-color: #A5BEA4;
}
</style>