Shades of Spring Rain #ABBDA7
Tints of Spring Rain #ABBDA7
RGB
CMYK
RGB Variations
Color information
#ABBDA7 (or 0xABBDA7) is known color: Spring Rain. HEX triplet: AB, BD and A7. RGB value is (171,189,167). Sum of RGB (Red+Green+Blue) = 171+189+167=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA7 is #544258. Grayscale: #B5B5B5. Windows color (decimal): -5522009 or 10993067. OLE color: 10993067.
HSL color Cylindrical-coordinate representation of color #ABBDA7: hue angle of 109.09º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABBDA7 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 167 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.26 |
| HSL | 109.09º | 0.14% | 0.7% | - |
| HSV(B) | 109.09º | 0.12% | 0.74% | - |
| XYZ | 41.97 | 47.84 | 43.58 | - |
| YUV | 181.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 167 | 0.10 | 0 | 0.12 | 0.26 | 109.09 | 0.14 | 0.7 |
| Hex | AB | BD | A7 | A | 0 | C | 1A | 6D | E | 46 |
| Octal | 253 | 275 | 247 | 12 | 0 | 14 | 32 | 155 | 16 | 106 |
| Binary | 10101011 | 10111101 | 10100111 | 1010 | 0 | 1100 | 11010 | 1101101 | 1110 | 1000110 |
Color Harmonies of #ABBDA7
Complementary color
Monochromatic Colors of #ABBDA7
Black with #ABBDA7
Text Example
Text Example
White with #ABBDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDA7; }
p { color: rgb(171,189,167); }
H1.HeaderClassName
{
color: #ABBDA7;
}
.AnyTagClassName
{
color: #ABBDA7;
}
</style>
background-color css
<style>
a { background-color: #ABBDA7; }
a { background-color: rgb(171,189,167); }
div.DivClassName
{
background-color: #ABBDA7;
}
.BgClassName
{
background-color: #ABBDA7;
}
</style>
border-color css
<style>
span { border-color: #ABBDA7; }
span { border-color: rgb(171,189,167); }
td.TdClassName
{
border-color: #ABBDA7;
}
.TagClassName
{
border-color: #ABBDA7;
}
</style>