Shades of Rainee #ADBDAC
Tints of Rainee #ADBDAC
RGB
CMYK
RGB Variations
Color information
#ADBDAC (or 0xADBDAC) is known color: Rainee. HEX triplet: AD, BD and AC. RGB value is (173,189,172). Sum of RGB (Red+Green+Blue) = 173+189+172=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDAC is #524253. Grayscale: #B6B6B6. Windows color (decimal): -5390932 or 11320749. OLE color: 11320749.
HSL color Cylindrical-coordinate representation of color #ADBDAC: hue angle of 116.47º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBDAC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 172 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.26 |
| HSL | 116.47º | 0.11% | 0.71% | - |
| HSV(B) | 116.47º | 0.09% | 0.74% | - |
| XYZ | 42.88 | 48.26 | 46.08 | - |
| YUV | 182.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 172 | 0.08 | 0 | 0.09 | 0.26 | 116.47 | 0.11 | 0.71 |
| Hex | AD | BD | AC | 8 | 0 | 9 | 1A | 74 | B | 47 |
| Octal | 255 | 275 | 254 | 10 | 0 | 11 | 32 | 164 | 13 | 107 |
| Binary | 10101101 | 10111101 | 10101100 | 1000 | 0 | 1001 | 11010 | 1110100 | 1011 | 1000111 |
Color Harmonies of #ADBDAC
Complementary color
Monochromatic Colors of #ADBDAC
Black with #ADBDAC
Text Example
Text Example
White with #ADBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDAC; }
p { color: rgb(173,189,172); }
H1.HeaderClassName
{
color: #ADBDAC;
}
.AnyTagClassName
{
color: #ADBDAC;
}
</style>
background-color css
<style>
a { background-color: #ADBDAC; }
a { background-color: rgb(173,189,172); }
div.DivClassName
{
background-color: #ADBDAC;
}
.BgClassName
{
background-color: #ADBDAC;
}
</style>
border-color css
<style>
span { border-color: #ADBDAC; }
span { border-color: rgb(173,189,172); }
td.TdClassName
{
border-color: #ADBDAC;
}
.TagClassName
{
border-color: #ADBDAC;
}
</style>