Shades of Spring Rain #ADBCA2
Tints of Spring Rain #ADBCA2
RGB
CMYK
RGB Variations
Color information
#ADBCA2 (or 0xADBCA2) is known color: Spring Rain. HEX triplet: AD, BC and A2. RGB value is (173,188,162). Sum of RGB (Red+Green+Blue) = 173+188+162=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBCA2 is #52435D. Grayscale: #B4B4B4. Windows color (decimal): -5391198 or 10665133. OLE color: 10665133.
HSL color Cylindrical-coordinate representation of color #ADBCA2: hue angle of 94.62º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBCA2 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 188 | 162 | - |
CMYK | 0.08 | 0 | 0.14 | 0.26 |
HSL | 94.62º | 0.16% | 0.69% | - |
HSV(B) | 94.62º | 0.14% | 0.74% | - |
XYZ | 41.74 | 47.46 | 41.14 | - |
YUV | 180.55 | 117.53 | 122.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 188 | 162 | 0.08 | 0 | 0.14 | 0.26 | 94.62 | 0.16 | 0.69 |
Hex | AD | BC | A2 | 8 | 0 | E | 1A | 5F | 10 | 45 |
Octal | 255 | 274 | 242 | 10 | 0 | 16 | 32 | 137 | 20 | 105 |
Binary | 10101101 | 10111100 | 10100010 | 1000 | 0 | 1110 | 11010 | 1011111 | 10000 | 1000101 |
Color Harmonies of #ADBCA2
Complementary color
Monochromatic Colors of #ADBCA2
Black with #ADBCA2
Text Example
Text Example
White with #ADBCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCA2; }
p { color: rgb(173,188,162); }
H1.HeaderClassName
{
color: #ADBCA2;
}
.AnyTagClassName
{
color: #ADBCA2;
}
</style>
background-color css
<style>
a { background-color: #ADBCA2; }
a { background-color: rgb(173,188,162); }
div.DivClassName
{
background-color: #ADBCA2;
}
.BgClassName
{
background-color: #ADBCA2;
}
</style>
border-color css
<style>
span { border-color: #ADBCA2; }
span { border-color: rgb(173,188,162); }
td.TdClassName
{
border-color: #ADBCA2;
}
.TagClassName
{
border-color: #ADBCA2;
}
</style>