Shades of Rainee #ABBBA9
Tints of Rainee #ABBBA9
RGB
CMYK
RGB Variations
Color information
#ABBBA9 (or 0xABBBA9) is known color: Rainee. HEX triplet: AB, BB and A9. RGB value is (171,187,169). Sum of RGB (Red+Green+Blue) = 171+187+169=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBA9 is #544456. Grayscale: #B4B4B4. Windows color (decimal): -5522519 or 11123627. OLE color: 11123627.
HSL color Cylindrical-coordinate representation of color #ABBBA9: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBBA9 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 169 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.27 |
| HSL | 113.33º | 0.12% | 0.7% | - |
| HSV(B) | 113.33º | 0.1% | 0.73% | - |
| XYZ | 41.73 | 47.06 | 44.42 | - |
| YUV | 180.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 169 | 0.09 | 0 | 0.10 | 0.27 | 113.33 | 0.12 | 0.7 |
| Hex | AB | BB | A9 | 9 | 0 | A | 1B | 71 | C | 46 |
| Octal | 253 | 273 | 251 | 11 | 0 | 12 | 33 | 161 | 14 | 106 |
| Binary | 10101011 | 10111011 | 10101001 | 1001 | 0 | 1010 | 11011 | 1110001 | 1100 | 1000110 |
Color Harmonies of #ABBBA9
Complementary color
Monochromatic Colors of #ABBBA9
Black with #ABBBA9
Text Example
Text Example
White with #ABBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBA9; }
p { color: rgb(171,187,169); }
H1.HeaderClassName
{
color: #ABBBA9;
}
.AnyTagClassName
{
color: #ABBBA9;
}
</style>
background-color css
<style>
a { background-color: #ABBBA9; }
a { background-color: rgb(171,187,169); }
div.DivClassName
{
background-color: #ABBBA9;
}
.BgClassName
{
background-color: #ABBBA9;
}
</style>
border-color css
<style>
span { border-color: #ABBBA9; }
span { border-color: rgb(171,187,169); }
td.TdClassName
{
border-color: #ABBBA9;
}
.TagClassName
{
border-color: #ABBBA9;
}
</style>