Shades of Spring Rain #A3BCA3
Tints of Spring Rain #A3BCA3
RGB
CMYK
RGB Variations
Color information
#A3BCA3 (or 0xA3BCA3) is known color: Spring Rain. HEX triplet: A3, BC and A3. RGB value is (163,188,163). Sum of RGB (Red+Green+Blue) = 163+188+163=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCA3 is #5C435C. Grayscale: #B1B1B1. Windows color (decimal): -6046557 or 10730659. OLE color: 10730659.
HSL color Cylindrical-coordinate representation of color #A3BCA3: hue angle of 120º 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 #A3BCA3 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 163 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.26 |
| HSL | 120º | 0.16% | 0.69% | - |
| HSV(B) | 120º | 0.13% | 0.74% | - |
| XYZ | 39.7 | 46.4 | 41.51 | - |
| YUV | 177.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 163 | 0.13 | 0 | 0.13 | 0.26 | 120 | 0.16 | 0.69 |
| Hex | A3 | BC | A3 | D | 0 | D | 1A | 78 | 10 | 45 |
| Octal | 243 | 274 | 243 | 15 | 0 | 15 | 32 | 170 | 20 | 105 |
| Binary | 10100011 | 10111100 | 10100011 | 1101 | 0 | 1101 | 11010 | 1111000 | 10000 | 1000101 |
Color Harmonies of #A3BCA3
Complementary color
Monochromatic Colors of #A3BCA3
Black with #A3BCA3
Text Example
Text Example
White with #A3BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCA3; }
p { color: rgb(163,188,163); }
H1.HeaderClassName
{
color: #A3BCA3;
}
.AnyTagClassName
{
color: #A3BCA3;
}
</style>
background-color css
<style>
a { background-color: #A3BCA3; }
a { background-color: rgb(163,188,163); }
div.DivClassName
{
background-color: #A3BCA3;
}
.BgClassName
{
background-color: #A3BCA3;
}
</style>
border-color css
<style>
span { border-color: #A3BCA3; }
span { border-color: rgb(163,188,163); }
td.TdClassName
{
border-color: #A3BCA3;
}
.TagClassName
{
border-color: #A3BCA3;
}
</style>