Shades of Rainee #ADBEAA
Tints of Rainee #ADBEAA
RGB
CMYK
RGB Variations
Color information
#ADBEAA (or 0xADBEAA) is known color: Rainee. HEX triplet: AD, BE and AA. RGB value is (173,190,170). Sum of RGB (Red+Green+Blue) = 173+190+170=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEAA is #524155. Grayscale: #B6B6B6. Windows color (decimal): -5390678 or 11189933. OLE color: 11189933.
HSL color Cylindrical-coordinate representation of color #ADBEAA: hue angle of 111º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADBEAA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 170 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.25 |
| HSL | 111º | 0.13% | 0.71% | - |
| HSV(B) | 111º | 0.11% | 0.75% | - |
| XYZ | 42.9 | 48.61 | 45.15 | - |
| YUV | 182.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 170 | 0.09 | 0 | 0.11 | 0.25 | 111 | 0.13 | 0.71 |
| Hex | AD | BE | AA | 9 | 0 | B | 19 | 6F | D | 47 |
| Octal | 255 | 276 | 252 | 11 | 0 | 13 | 31 | 157 | 15 | 107 |
| Binary | 10101101 | 10111110 | 10101010 | 1001 | 0 | 1011 | 11001 | 1101111 | 1101 | 1000111 |
Color Harmonies of #ADBEAA
Complementary color
Monochromatic Colors of #ADBEAA
Black with #ADBEAA
Text Example
Text Example
White with #ADBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEAA; }
p { color: rgb(173,190,170); }
H1.HeaderClassName
{
color: #ADBEAA;
}
.AnyTagClassName
{
color: #ADBEAA;
}
</style>
background-color css
<style>
a { background-color: #ADBEAA; }
a { background-color: rgb(173,190,170); }
div.DivClassName
{
background-color: #ADBEAA;
}
.BgClassName
{
background-color: #ADBEAA;
}
</style>
border-color css
<style>
span { border-color: #ADBEAA; }
span { border-color: rgb(173,190,170); }
td.TdClassName
{
border-color: #ADBEAA;
}
.TagClassName
{
border-color: #ADBEAA;
}
</style>