Shades of Spring Rain #ABBDA0
Tints of Spring Rain #ABBDA0
RGB
CMYK
RGB Variations
Color information
#ABBDA0 (or 0xABBDA0) is known color: Spring Rain. HEX triplet: AB, BD and A0. RGB value is (171,189,160). Sum of RGB (Red+Green+Blue) = 171+189+160=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA0 is #54425F. Grayscale: #B4B4B4. Windows color (decimal): -5522016 or 10534315. OLE color: 10534315.
HSL color Cylindrical-coordinate representation of color #ABBDA0: hue angle of 97.24º degrees, saturation: 0.18, 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 #ABBDA0 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 160 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.26 |
| HSL | 97.24º | 0.18% | 0.68% | - |
| HSV(B) | 97.24º | 0.15% | 0.74% | - |
| XYZ | 41.34 | 47.59 | 40.27 | - |
| YUV | 180.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 160 | 0.10 | 0 | 0.15 | 0.26 | 97.24 | 0.18 | 0.68 |
| Hex | AB | BD | A0 | A | 0 | F | 1A | 61 | 12 | 44 |
| Octal | 253 | 275 | 240 | 12 | 0 | 17 | 32 | 141 | 22 | 104 |
| Binary | 10101011 | 10111101 | 10100000 | 1010 | 0 | 1111 | 11010 | 1100001 | 10010 | 1000100 |
Color Harmonies of #ABBDA0
Complementary color
Monochromatic Colors of #ABBDA0
Black with #ABBDA0
Text Example
Text Example
White with #ABBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDA0; }
p { color: rgb(171,189,160); }
H1.HeaderClassName
{
color: #ABBDA0;
}
.AnyTagClassName
{
color: #ABBDA0;
}
</style>
background-color css
<style>
a { background-color: #ABBDA0; }
a { background-color: rgb(171,189,160); }
div.DivClassName
{
background-color: #ABBDA0;
}
.BgClassName
{
background-color: #ABBDA0;
}
</style>
border-color css
<style>
span { border-color: #ABBDA0; }
span { border-color: rgb(171,189,160); }
td.TdClassName
{
border-color: #ABBDA0;
}
.TagClassName
{
border-color: #ABBDA0;
}
</style>