Shades of Spring Rain #A4BCA3
Tints of Spring Rain #A4BCA3
RGB
CMYK
RGB Variations
Color information
#A4BCA3 (or 0xA4BCA3) is known color: Spring Rain. HEX triplet: A4, BC and A3. RGB value is (164,188,163). Sum of RGB (Red+Green+Blue) = 164+188+163=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCA3 is #5B435C. Grayscale: #B2B2B2. Windows color (decimal): -5981021 or 10730660. OLE color: 10730660.
HSL color Cylindrical-coordinate representation of color #A4BCA3: hue angle of 117.6º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4BCA3 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 188 | 163 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.26 |
| HSL | 117.6º | 0.16% | 0.69% | - |
| HSV(B) | 117.6º | 0.13% | 0.74% | - |
| XYZ | 39.9 | 46.5 | 41.52 | - |
| YUV | 177.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 163 | 0.13 | 0 | 0.13 | 0.26 | 117.6 | 0.16 | 0.69 |
| Hex | A4 | BC | A3 | D | 0 | D | 1A | 76 | 10 | 45 |
| Octal | 244 | 274 | 243 | 15 | 0 | 15 | 32 | 166 | 20 | 105 |
| Binary | 10100100 | 10111100 | 10100011 | 1101 | 0 | 1101 | 11010 | 1110110 | 10000 | 1000101 |
Color Harmonies of #A4BCA3
Complementary color
Monochromatic Colors of #A4BCA3
Black with #A4BCA3
Text Example
Text Example
White with #A4BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BCA3; }
p { color: rgb(164,188,163); }
H1.HeaderClassName
{
color: #A4BCA3;
}
.AnyTagClassName
{
color: #A4BCA3;
}
</style>
background-color css
<style>
a { background-color: #A4BCA3; }
a { background-color: rgb(164,188,163); }
div.DivClassName
{
background-color: #A4BCA3;
}
.BgClassName
{
background-color: #A4BCA3;
}
</style>
border-color css
<style>
span { border-color: #A4BCA3; }
span { border-color: rgb(164,188,163); }
td.TdClassName
{
border-color: #A4BCA3;
}
.TagClassName
{
border-color: #A4BCA3;
}
</style>