Shades of Rainee #ADBCA8
Tints of Rainee #ADBCA8
RGB
CMYK
RGB Variations
Color information
#ADBCA8 (or 0xADBCA8) is known color: Rainee. HEX triplet: AD, BC and A8. RGB value is (173,188,168). Sum of RGB (Red+Green+Blue) = 173+188+168=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBCA8 is #524357. Grayscale: #B5B5B5. Windows color (decimal): -5391192 or 11058349. OLE color: 11058349.
HSL color Cylindrical-coordinate representation of color #ADBCA8: hue angle of 105º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADBCA8 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 188 | 168 | - |
CMYK | 0.08 | 0 | 0.11 | 0.26 |
HSL | 105º | 0.13% | 0.7% | - |
HSV(B) | 105º | 0.11% | 0.74% | - |
XYZ | 42.28 | 47.68 | 44.02 | - |
YUV | 181.24 | 120.53 | 122.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 188 | 168 | 0.08 | 0 | 0.11 | 0.26 | 105 | 0.13 | 0.7 |
Hex | AD | BC | A8 | 8 | 0 | B | 1A | 69 | D | 46 |
Octal | 255 | 274 | 250 | 10 | 0 | 13 | 32 | 151 | 15 | 106 |
Binary | 10101101 | 10111100 | 10101000 | 1000 | 0 | 1011 | 11010 | 1101001 | 1101 | 1000110 |
Color Harmonies of #ADBCA8
Complementary color
Monochromatic Colors of #ADBCA8
Black with #ADBCA8
Text Example
Text Example
White with #ADBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCA8; }
p { color: rgb(173,188,168); }
H1.HeaderClassName
{
color: #ADBCA8;
}
.AnyTagClassName
{
color: #ADBCA8;
}
</style>
background-color css
<style>
a { background-color: #ADBCA8; }
a { background-color: rgb(173,188,168); }
div.DivClassName
{
background-color: #ADBCA8;
}
.BgClassName
{
background-color: #ADBCA8;
}
</style>
border-color css
<style>
span { border-color: #ADBCA8; }
span { border-color: rgb(173,188,168); }
td.TdClassName
{
border-color: #ADBCA8;
}
.TagClassName
{
border-color: #ADBCA8;
}
</style>