Shades of Rainee #ADBFAA
Tints of Rainee #ADBFAA
RGB
CMYK
RGB Variations
Color information
#ADBFAA (or 0xADBFAA) is known color: Rainee. HEX triplet: AD, BF and AA. RGB value is (173,191,170). Sum of RGB (Red+Green+Blue) = 173+191+170=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBFAA is #524055. Grayscale: #B7B7B7. Windows color (decimal): -5390422 or 11190189. OLE color: 11190189.
HSL color Cylindrical-coordinate representation of color #ADBFAA: hue angle of 111.43º degrees, saturation: 0.14, 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 #ADBFAA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 191 | 170 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.25 |
| HSL | 111.43º | 0.14% | 0.71% | - |
| HSV(B) | 111.43º | 0.11% | 0.75% | - |
| XYZ | 43.12 | 49.05 | 45.22 | - |
| YUV | 183.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 170 | 0.09 | 0 | 0.11 | 0.25 | 111.43 | 0.14 | 0.71 |
| Hex | AD | BF | AA | 9 | 0 | B | 19 | 6F | E | 47 |
| Octal | 255 | 277 | 252 | 11 | 0 | 13 | 31 | 157 | 16 | 107 |
| Binary | 10101101 | 10111111 | 10101010 | 1001 | 0 | 1011 | 11001 | 1101111 | 1110 | 1000111 |
Color Harmonies of #ADBFAA
Complementary color
Monochromatic Colors of #ADBFAA
Black with #ADBFAA
Text Example
Text Example
White with #ADBFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFAA; }
p { color: rgb(173,191,170); }
H1.HeaderClassName
{
color: #ADBFAA;
}
.AnyTagClassName
{
color: #ADBFAA;
}
</style>
background-color css
<style>
a { background-color: #ADBFAA; }
a { background-color: rgb(173,191,170); }
div.DivClassName
{
background-color: #ADBFAA;
}
.BgClassName
{
background-color: #ADBFAA;
}
</style>
border-color css
<style>
span { border-color: #ADBFAA; }
span { border-color: rgb(173,191,170); }
td.TdClassName
{
border-color: #ADBFAA;
}
.TagClassName
{
border-color: #ADBFAA;
}
</style>