Shades of Spring Rain #A5BCA1
Tints of Spring Rain #A5BCA1
RGB
CMYK
RGB Variations
Color information
#A5BCA1 (or 0xA5BCA1) is known color: Spring Rain. HEX triplet: A5, BC and A1. RGB value is (165,188,161). Sum of RGB (Red+Green+Blue) = 165+188+161=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BCA1 is #5A435E. Grayscale: #B2B2B2. Windows color (decimal): -5915487 or 10599589. OLE color: 10599589.
HSL color Cylindrical-coordinate representation of color #A5BCA1: hue angle of 111.11º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5BCA1 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 161 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.26 |
| HSL | 111.11º | 0.17% | 0.68% | - |
| HSV(B) | 111.11º | 0.14% | 0.74% | - |
| XYZ | 39.93 | 46.54 | 40.6 | - |
| YUV | 178.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 161 | 0.12 | 0 | 0.14 | 0.26 | 111.11 | 0.17 | 0.68 |
| Hex | A5 | BC | A1 | C | 0 | E | 1A | 6F | 11 | 44 |
| Octal | 245 | 274 | 241 | 14 | 0 | 16 | 32 | 157 | 21 | 104 |
| Binary | 10100101 | 10111100 | 10100001 | 1100 | 0 | 1110 | 11010 | 1101111 | 10001 | 1000100 |
Color Harmonies of #A5BCA1
Complementary color
Monochromatic Colors of #A5BCA1
Black with #A5BCA1
Text Example
Text Example
White with #A5BCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BCA1; }
p { color: rgb(165,188,161); }
H1.HeaderClassName
{
color: #A5BCA1;
}
.AnyTagClassName
{
color: #A5BCA1;
}
</style>
background-color css
<style>
a { background-color: #A5BCA1; }
a { background-color: rgb(165,188,161); }
div.DivClassName
{
background-color: #A5BCA1;
}
.BgClassName
{
background-color: #A5BCA1;
}
</style>
border-color css
<style>
span { border-color: #A5BCA1; }
span { border-color: rgb(165,188,161); }
td.TdClassName
{
border-color: #A5BCA1;
}
.TagClassName
{
border-color: #A5BCA1;
}
</style>