Shades of Spring Rain #A4BCA0
Tints of Spring Rain #A4BCA0
RGB
CMYK
RGB Variations
Color information
#A4BCA0 (or 0xA4BCA0) is known color: Spring Rain. HEX triplet: A4, BC and A0. RGB value is (164,188,160). Sum of RGB (Red+Green+Blue) = 164+188+160=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCA0 is #5B435F. Grayscale: #B1B1B1. Windows color (decimal): -5981024 or 10534052. OLE color: 10534052.
HSL color Cylindrical-coordinate representation of color #A4BCA0: hue angle of 111.43º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4BCA0 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 160 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.26 |
| HSL | 111.43º | 0.17% | 0.68% | - |
| HSV(B) | 111.43º | 0.15% | 0.74% | - |
| XYZ | 39.64 | 46.4 | 40.12 | - |
| YUV | 177.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 160 | 0.13 | 0 | 0.15 | 0.26 | 111.43 | 0.17 | 0.68 |
| Hex | A4 | BC | A0 | D | 0 | F | 1A | 6F | 11 | 44 |
| Octal | 244 | 274 | 240 | 15 | 0 | 17 | 32 | 157 | 21 | 104 |
| Binary | 10100100 | 10111100 | 10100000 | 1101 | 0 | 1111 | 11010 | 1101111 | 10001 | 1000100 |
Color Harmonies of #A4BCA0
Complementary color
Monochromatic Colors of #A4BCA0
Black with #A4BCA0
Text Example
Text Example
White with #A4BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BCA0; }
p { color: rgb(164,188,160); }
H1.HeaderClassName
{
color: #A4BCA0;
}
.AnyTagClassName
{
color: #A4BCA0;
}
</style>
background-color css
<style>
a { background-color: #A4BCA0; }
a { background-color: rgb(164,188,160); }
div.DivClassName
{
background-color: #A4BCA0;
}
.BgClassName
{
background-color: #A4BCA0;
}
</style>
border-color css
<style>
span { border-color: #A4BCA0; }
span { border-color: rgb(164,188,160); }
td.TdClassName
{
border-color: #A4BCA0;
}
.TagClassName
{
border-color: #A4BCA0;
}
</style>