Shades of Rainee #ABBDA9
Tints of Rainee #ABBDA9
RGB
CMYK
RGB Variations
Color information
#ABBDA9 (or 0xABBDA9) is known color: Rainee. HEX triplet: AB, BD and A9. RGB value is (171,189,169). Sum of RGB (Red+Green+Blue) = 171+189+169=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA9 is #544256. Grayscale: #B5B5B5. Windows color (decimal): -5522007 or 11124139. OLE color: 11124139.
HSL color Cylindrical-coordinate representation of color #ABBDA9: hue angle of 114º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABBDA9 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 169 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.26 |
| HSL | 114º | 0.13% | 0.7% | - |
| HSV(B) | 114º | 0.11% | 0.74% | - |
| XYZ | 42.15 | 47.92 | 44.56 | - |
| YUV | 181.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 169 | 0.10 | 0 | 0.11 | 0.26 | 114 | 0.13 | 0.7 |
| Hex | AB | BD | A9 | A | 0 | B | 1A | 72 | D | 46 |
| Octal | 253 | 275 | 251 | 12 | 0 | 13 | 32 | 162 | 15 | 106 |
| Binary | 10101011 | 10111101 | 10101001 | 1010 | 0 | 1011 | 11010 | 1110010 | 1101 | 1000110 |
Color Harmonies of #ABBDA9
Complementary color
Monochromatic Colors of #ABBDA9
Black with #ABBDA9
Text Example
Text Example
White with #ABBDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDA9; }
p { color: rgb(171,189,169); }
H1.HeaderClassName
{
color: #ABBDA9;
}
.AnyTagClassName
{
color: #ABBDA9;
}
</style>
background-color css
<style>
a { background-color: #ABBDA9; }
a { background-color: rgb(171,189,169); }
div.DivClassName
{
background-color: #ABBDA9;
}
.BgClassName
{
background-color: #ABBDA9;
}
</style>
border-color css
<style>
span { border-color: #ABBDA9; }
span { border-color: rgb(171,189,169); }
td.TdClassName
{
border-color: #ABBDA9;
}
.TagClassName
{
border-color: #ABBDA9;
}
</style>