Shades of Spring Rain #ABBDA3
Tints of Spring Rain #ABBDA3
RGB
CMYK
RGB Variations
Color information
#ABBDA3 (or 0xABBDA3) is known color: Spring Rain. HEX triplet: AB, BD and A3. RGB value is (171,189,163). Sum of RGB (Red+Green+Blue) = 171+189+163=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA3 is #54425C. Grayscale: #B4B4B4. Windows color (decimal): -5522013 or 10730923. OLE color: 10730923.
HSL color Cylindrical-coordinate representation of color #ABBDA3: hue angle of 101.54º degrees, saturation: 0.16, 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 #ABBDA3 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 163 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.26 |
| HSL | 101.54º | 0.16% | 0.69% | - |
| HSV(B) | 101.54º | 0.14% | 0.74% | - |
| XYZ | 41.6 | 47.7 | 41.66 | - |
| YUV | 180.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 163 | 0.10 | 0 | 0.14 | 0.26 | 101.54 | 0.16 | 0.69 |
| Hex | AB | BD | A3 | A | 0 | E | 1A | 66 | 10 | 45 |
| Octal | 253 | 275 | 243 | 12 | 0 | 16 | 32 | 146 | 20 | 105 |
| Binary | 10101011 | 10111101 | 10100011 | 1010 | 0 | 1110 | 11010 | 1100110 | 10000 | 1000101 |
Color Harmonies of #ABBDA3
Complementary color
Monochromatic Colors of #ABBDA3
Black with #ABBDA3
Text Example
Text Example
White with #ABBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDA3; }
p { color: rgb(171,189,163); }
H1.HeaderClassName
{
color: #ABBDA3;
}
.AnyTagClassName
{
color: #ABBDA3;
}
</style>
background-color css
<style>
a { background-color: #ABBDA3; }
a { background-color: rgb(171,189,163); }
div.DivClassName
{
background-color: #ABBDA3;
}
.BgClassName
{
background-color: #ABBDA3;
}
</style>
border-color css
<style>
span { border-color: #ABBDA3; }
span { border-color: rgb(171,189,163); }
td.TdClassName
{
border-color: #ABBDA3;
}
.TagClassName
{
border-color: #ABBDA3;
}
</style>