Shades of Spring Rain #ADBCA6
Tints of Spring Rain #ADBCA6
RGB
CMYK
RGB Variations
Color information
#ADBCA6 (or 0xADBCA6) is known color: Spring Rain. HEX triplet: AD, BC and A6. RGB value is (173,188,166). Sum of RGB (Red+Green+Blue) = 173+188+166=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBCA6 is #524359. Grayscale: #B5B5B5. Windows color (decimal): -5391194 or 10927277. OLE color: 10927277.
HSL color Cylindrical-coordinate representation of color #ADBCA6: hue angle of 100.91º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADBCA6 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 166 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.26 |
| HSL | 100.91º | 0.14% | 0.69% | - |
| HSV(B) | 100.91º | 0.12% | 0.74% | - |
| XYZ | 42.1 | 47.6 | 43.05 | - |
| YUV | 181.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 166 | 0.08 | 0 | 0.12 | 0.26 | 100.91 | 0.14 | 0.69 |
| Hex | AD | BC | A6 | 8 | 0 | C | 1A | 65 | E | 45 |
| Octal | 255 | 274 | 246 | 10 | 0 | 14 | 32 | 145 | 16 | 105 |
| Binary | 10101101 | 10111100 | 10100110 | 1000 | 0 | 1100 | 11010 | 1100101 | 1110 | 1000101 |
Color Harmonies of #ADBCA6
Complementary color
Monochromatic Colors of #ADBCA6
Black with #ADBCA6
Text Example
Text Example
White with #ADBCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCA6; }
p { color: rgb(173,188,166); }
H1.HeaderClassName
{
color: #ADBCA6;
}
.AnyTagClassName
{
color: #ADBCA6;
}
</style>
background-color css
<style>
a { background-color: #ADBCA6; }
a { background-color: rgb(173,188,166); }
div.DivClassName
{
background-color: #ADBCA6;
}
.BgClassName
{
background-color: #ADBCA6;
}
</style>
border-color css
<style>
span { border-color: #ADBCA6; }
span { border-color: rgb(173,188,166); }
td.TdClassName
{
border-color: #ADBCA6;
}
.TagClassName
{
border-color: #ADBCA6;
}
</style>