Shades of Spring Rain #A3BDA2
Tints of Spring Rain #A3BDA2
RGB
CMYK
RGB Variations
Color information
#A3BDA2 (or 0xA3BDA2) is known color: Spring Rain. HEX triplet: A3, BD and A2. RGB value is (163,189,162). Sum of RGB (Red+Green+Blue) = 163+189+162=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BDA2 is #5C425D. Grayscale: #B2B2B2. Windows color (decimal): -6046302 or 10665379. OLE color: 10665379.
HSL color Cylindrical-coordinate representation of color #A3BDA2: hue angle of 117.78º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3BDA2 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 162 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.26 |
| HSL | 117.78º | 0.17% | 0.69% | - |
| HSV(B) | 117.78º | 0.14% | 0.74% | - |
| XYZ | 39.82 | 46.79 | 41.11 | - |
| YUV | 178.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 162 | 0.14 | 0 | 0.14 | 0.26 | 117.78 | 0.17 | 0.69 |
| Hex | A3 | BD | A2 | E | 0 | E | 1A | 76 | 11 | 45 |
| Octal | 243 | 275 | 242 | 16 | 0 | 16 | 32 | 166 | 21 | 105 |
| Binary | 10100011 | 10111101 | 10100010 | 1110 | 0 | 1110 | 11010 | 1110110 | 10001 | 1000101 |
Color Harmonies of #A3BDA2
Complementary color
Monochromatic Colors of #A3BDA2
Black with #A3BDA2
Text Example
Text Example
White with #A3BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BDA2; }
p { color: rgb(163,189,162); }
H1.HeaderClassName
{
color: #A3BDA2;
}
.AnyTagClassName
{
color: #A3BDA2;
}
</style>
background-color css
<style>
a { background-color: #A3BDA2; }
a { background-color: rgb(163,189,162); }
div.DivClassName
{
background-color: #A3BDA2;
}
.BgClassName
{
background-color: #A3BDA2;
}
</style>
border-color css
<style>
span { border-color: #A3BDA2; }
span { border-color: rgb(163,189,162); }
td.TdClassName
{
border-color: #A3BDA2;
}
.TagClassName
{
border-color: #A3BDA2;
}
</style>