Shades of Spring Rain #A5BBA4
Tints of Spring Rain #A5BBA4
RGB
CMYK
RGB Variations
Color information
#A5BBA4 (or 0xA5BBA4) is known color: Spring Rain. HEX triplet: A5, BB and A4. RGB value is (165,187,164). Sum of RGB (Red+Green+Blue) = 165+187+164=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBA4 is #5A445B. Grayscale: #B1B1B1. Windows color (decimal): -5915740 or 10795941. OLE color: 10795941.
HSL color Cylindrical-coordinate representation of color #A5BBA4: hue angle of 117.39º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5BBA4 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 164 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.27 |
| HSL | 117.39º | 0.14% | 0.69% | - |
| HSV(B) | 117.39º | 0.12% | 0.73% | - |
| XYZ | 39.99 | 46.22 | 41.94 | - |
| YUV | 177.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 164 | 0.12 | 0 | 0.12 | 0.27 | 117.39 | 0.14 | 0.69 |
| Hex | A5 | BB | A4 | C | 0 | C | 1B | 75 | E | 45 |
| Octal | 245 | 273 | 244 | 14 | 0 | 14 | 33 | 165 | 16 | 105 |
| Binary | 10100101 | 10111011 | 10100100 | 1100 | 0 | 1100 | 11011 | 1110101 | 1110 | 1000101 |
Color Harmonies of #A5BBA4
Complementary color
Monochromatic Colors of #A5BBA4
Black with #A5BBA4
Text Example
Text Example
White with #A5BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BBA4; }
p { color: rgb(165,187,164); }
H1.HeaderClassName
{
color: #A5BBA4;
}
.AnyTagClassName
{
color: #A5BBA4;
}
</style>
background-color css
<style>
a { background-color: #A5BBA4; }
a { background-color: rgb(165,187,164); }
div.DivClassName
{
background-color: #A5BBA4;
}
.BgClassName
{
background-color: #A5BBA4;
}
</style>
border-color css
<style>
span { border-color: #A5BBA4; }
span { border-color: rgb(165,187,164); }
td.TdClassName
{
border-color: #A5BBA4;
}
.TagClassName
{
border-color: #A5BBA4;
}
</style>