Shades of Spring Rain #ABBBA3
Tints of Spring Rain #ABBBA3
RGB
CMYK
RGB Variations
Color information
#ABBBA3 (or 0xABBBA3) is known color: Spring Rain. HEX triplet: AB, BB and A3. RGB value is (171,187,163). Sum of RGB (Red+Green+Blue) = 171+187+163=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBA3 is #54445C. Grayscale: #B3B3B3. Windows color (decimal): -5522525 or 10730411. OLE color: 10730411.
HSL color Cylindrical-coordinate representation of color #ABBBA3: hue angle of 100º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABBBA3 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 163 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.27 |
| HSL | 100º | 0.15% | 0.69% | - |
| HSV(B) | 100º | 0.13% | 0.73% | - |
| XYZ | 41.18 | 46.84 | 41.52 | - |
| YUV | 179.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 163 | 0.09 | 0 | 0.13 | 0.27 | 100 | 0.15 | 0.69 |
| Hex | AB | BB | A3 | 9 | 0 | D | 1B | 64 | F | 45 |
| Octal | 253 | 273 | 243 | 11 | 0 | 15 | 33 | 144 | 17 | 105 |
| Binary | 10101011 | 10111011 | 10100011 | 1001 | 0 | 1101 | 11011 | 1100100 | 1111 | 1000101 |
Color Harmonies of #ABBBA3
Complementary color
Monochromatic Colors of #ABBBA3
Black with #ABBBA3
Text Example
Text Example
White with #ABBBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBA3; }
p { color: rgb(171,187,163); }
H1.HeaderClassName
{
color: #ABBBA3;
}
.AnyTagClassName
{
color: #ABBBA3;
}
</style>
background-color css
<style>
a { background-color: #ABBBA3; }
a { background-color: rgb(171,187,163); }
div.DivClassName
{
background-color: #ABBBA3;
}
.BgClassName
{
background-color: #ABBBA3;
}
</style>
border-color css
<style>
span { border-color: #ABBBA3; }
span { border-color: rgb(171,187,163); }
td.TdClassName
{
border-color: #ABBBA3;
}
.TagClassName
{
border-color: #ABBBA3;
}
</style>