Shades of Rainee #ADBCAC
Tints of Rainee #ADBCAC
RGB
CMYK
RGB Variations
Color information
#ADBCAC (or 0xADBCAC) is known color: Rainee. HEX triplet: AD, BC and AC. RGB value is (173,188,172). Sum of RGB (Red+Green+Blue) = 173+188+172=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBCAC is #524353. Grayscale: #B5B5B5. Windows color (decimal): -5391188 or 11320493. OLE color: 11320493.
HSL color Cylindrical-coordinate representation of color #ADBCAC: hue angle of 116.25º 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 #ADBCAC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 172 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.26 |
| HSL | 116.25º | 0.11% | 0.71% | - |
| HSV(B) | 116.25º | 0.09% | 0.74% | - |
| XYZ | 42.66 | 47.83 | 46.01 | - |
| YUV | 181.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 172 | 0.08 | 0 | 0.09 | 0.26 | 116.25 | 0.11 | 0.71 |
| Hex | AD | BC | AC | 8 | 0 | 9 | 1A | 74 | B | 47 |
| Octal | 255 | 274 | 254 | 10 | 0 | 11 | 32 | 164 | 13 | 107 |
| Binary | 10101101 | 10111100 | 10101100 | 1000 | 0 | 1001 | 11010 | 1110100 | 1011 | 1000111 |
Color Harmonies of #ADBCAC
Complementary color
Monochromatic Colors of #ADBCAC
Black with #ADBCAC
Text Example
Text Example
White with #ADBCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCAC; }
p { color: rgb(173,188,172); }
H1.HeaderClassName
{
color: #ADBCAC;
}
.AnyTagClassName
{
color: #ADBCAC;
}
</style>
background-color css
<style>
a { background-color: #ADBCAC; }
a { background-color: rgb(173,188,172); }
div.DivClassName
{
background-color: #ADBCAC;
}
.BgClassName
{
background-color: #ADBCAC;
}
</style>
border-color css
<style>
span { border-color: #ADBCAC; }
span { border-color: rgb(173,188,172); }
td.TdClassName
{
border-color: #ADBCAC;
}
.TagClassName
{
border-color: #ADBCAC;
}
</style>