Shades of Rainee #ADBEA8
Tints of Rainee #ADBEA8
RGB
CMYK
RGB Variations
Color information
#ADBEA8 (or 0xADBEA8) is known color: Rainee. HEX triplet: AD, BE and A8. RGB value is (173,190,168). Sum of RGB (Red+Green+Blue) = 173+190+168=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEA8 is #524157. Grayscale: #B6B6B6. Windows color (decimal): -5390680 or 11058861. OLE color: 11058861.
HSL color Cylindrical-coordinate representation of color #ADBEA8: hue angle of 106.36º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADBEA8 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 173 | 190 | 168 | - |
CMYK | 0.09 | 0 | 0.12 | 0.25 |
HSL | 106.36º | 0.14% | 0.7% | - |
HSV(B) | 106.36º | 0.12% | 0.75% | - |
XYZ | 42.71 | 48.54 | 44.16 | - |
YUV | 182.41 | 119.87 | 121.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 190 | 168 | 0.09 | 0 | 0.12 | 0.25 | 106.36 | 0.14 | 0.7 |
Hex | AD | BE | A8 | 9 | 0 | C | 19 | 6A | E | 46 |
Octal | 255 | 276 | 250 | 11 | 0 | 14 | 31 | 152 | 16 | 106 |
Binary | 10101101 | 10111110 | 10101000 | 1001 | 0 | 1100 | 11001 | 1101010 | 1110 | 1000110 |
Color Harmonies of #ADBEA8
Complementary color
Monochromatic Colors of #ADBEA8
Black with #ADBEA8
Text Example
Text Example
White with #ADBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEA8; }
p { color: rgb(173,190,168); }
H1.HeaderClassName
{
color: #ADBEA8;
}
.AnyTagClassName
{
color: #ADBEA8;
}
</style>
background-color css
<style>
a { background-color: #ADBEA8; }
a { background-color: rgb(173,190,168); }
div.DivClassName
{
background-color: #ADBEA8;
}
.BgClassName
{
background-color: #ADBEA8;
}
</style>
border-color css
<style>
span { border-color: #ADBEA8; }
span { border-color: rgb(173,190,168); }
td.TdClassName
{
border-color: #ADBEA8;
}
.TagClassName
{
border-color: #ADBEA8;
}
</style>