Shades of Spring Rain #ABBDA6
Tints of Spring Rain #ABBDA6
RGB
CMYK
RGB Variations
Color information
#ABBDA6 (or 0xABBDA6) is known color: Spring Rain. HEX triplet: AB, BD and A6. RGB value is (171,189,166). Sum of RGB (Red+Green+Blue) = 171+189+166=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA6 is #544259. Grayscale: #B5B5B5. Windows color (decimal): -5522010 or 10927531. OLE color: 10927531.
HSL color Cylindrical-coordinate representation of color #ABBDA6: hue angle of 106.96º degrees, saturation: 0.15, 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 #ABBDA6 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 166 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.26 |
| HSL | 106.96º | 0.15% | 0.7% | - |
| HSV(B) | 106.96º | 0.12% | 0.74% | - |
| XYZ | 41.88 | 47.81 | 43.1 | - |
| YUV | 181 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 166 | 0.10 | 0 | 0.12 | 0.26 | 106.96 | 0.15 | 0.7 |
| Hex | AB | BD | A6 | A | 0 | C | 1A | 6B | F | 46 |
| Octal | 253 | 275 | 246 | 12 | 0 | 14 | 32 | 153 | 17 | 106 |
| Binary | 10101011 | 10111101 | 10100110 | 1010 | 0 | 1100 | 11010 | 1101011 | 1111 | 1000110 |
Color Harmonies of #ABBDA6
Complementary color
Monochromatic Colors of #ABBDA6
Black with #ABBDA6
Text Example
Text Example
White with #ABBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDA6; }
p { color: rgb(171,189,166); }
H1.HeaderClassName
{
color: #ABBDA6;
}
.AnyTagClassName
{
color: #ABBDA6;
}
</style>
background-color css
<style>
a { background-color: #ABBDA6; }
a { background-color: rgb(171,189,166); }
div.DivClassName
{
background-color: #ABBDA6;
}
.BgClassName
{
background-color: #ABBDA6;
}
</style>
border-color css
<style>
span { border-color: #ABBDA6; }
span { border-color: rgb(171,189,166); }
td.TdClassName
{
border-color: #ABBDA6;
}
.TagClassName
{
border-color: #ABBDA6;
}
</style>