Shades of Spring Rain #ABBDA4
Tints of Spring Rain #ABBDA4
RGB
CMYK
RGB Variations
Color information
#ABBDA4 (or 0xABBDA4) is known color: Spring Rain. HEX triplet: AB, BD and A4. RGB value is (171,189,164). Sum of RGB (Red+Green+Blue) = 171+189+164=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA4 is #54425B. Grayscale: #B4B4B4. Windows color (decimal): -5522012 or 10796459. OLE color: 10796459.
HSL color Cylindrical-coordinate representation of color #ABBDA4: hue angle of 103.2º 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 #ABBDA4 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 164 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.26 |
| HSL | 103.2º | 0.16% | 0.69% | - |
| HSV(B) | 103.2º | 0.13% | 0.74% | - |
| XYZ | 41.69 | 47.73 | 42.14 | - |
| YUV | 180.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 164 | 0.10 | 0 | 0.13 | 0.26 | 103.2 | 0.16 | 0.69 |
| Hex | AB | BD | A4 | A | 0 | D | 1A | 67 | 10 | 45 |
| Octal | 253 | 275 | 244 | 12 | 0 | 15 | 32 | 147 | 20 | 105 |
| Binary | 10101011 | 10111101 | 10100100 | 1010 | 0 | 1101 | 11010 | 1100111 | 10000 | 1000101 |
Color Harmonies of #ABBDA4
Complementary color
Monochromatic Colors of #ABBDA4
Black with #ABBDA4
Text Example
Text Example
White with #ABBDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDA4; }
p { color: rgb(171,189,164); }
H1.HeaderClassName
{
color: #ABBDA4;
}
.AnyTagClassName
{
color: #ABBDA4;
}
</style>
background-color css
<style>
a { background-color: #ABBDA4; }
a { background-color: rgb(171,189,164); }
div.DivClassName
{
background-color: #ABBDA4;
}
.BgClassName
{
background-color: #ABBDA4;
}
</style>
border-color css
<style>
span { border-color: #ABBDA4; }
span { border-color: rgb(171,189,164); }
td.TdClassName
{
border-color: #ABBDA4;
}
.TagClassName
{
border-color: #ABBDA4;
}
</style>