Shades of Spring Rain #ADBDA6
Tints of Spring Rain #ADBDA6
RGB
CMYK
RGB Variations
Color information
#ADBDA6 (or 0xADBDA6) is known color: Spring Rain. HEX triplet: AD, BD and A6. RGB value is (173,189,166). Sum of RGB (Red+Green+Blue) = 173+189+166=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA6 is #524259. Grayscale: #B5B5B5. Windows color (decimal): -5390938 or 10927533. OLE color: 10927533.
HSL color Cylindrical-coordinate representation of color #ADBDA6: hue angle of 101.74º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADBDA6 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 166 | - |
CMYK | 0.08 | 0 | 0.12 | 0.26 |
HSL | 101.74º | 0.15% | 0.7% | - |
HSV(B) | 101.74º | 0.12% | 0.74% | - |
XYZ | 42.31 | 48.03 | 43.12 | - |
YUV | 181.59 | 119.2 | 121.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 166 | 0.08 | 0 | 0.12 | 0.26 | 101.74 | 0.15 | 0.7 |
Hex | AD | BD | A6 | 8 | 0 | C | 1A | 66 | F | 46 |
Octal | 255 | 275 | 246 | 10 | 0 | 14 | 32 | 146 | 17 | 106 |
Binary | 10101101 | 10111101 | 10100110 | 1000 | 0 | 1100 | 11010 | 1100110 | 1111 | 1000110 |
Color Harmonies of #ADBDA6
Complementary color
Monochromatic Colors of #ADBDA6
Black with #ADBDA6
Text Example
Text Example
White with #ADBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDA6; }
p { color: rgb(173,189,166); }
H1.HeaderClassName
{
color: #ADBDA6;
}
.AnyTagClassName
{
color: #ADBDA6;
}
</style>
background-color css
<style>
a { background-color: #ADBDA6; }
a { background-color: rgb(173,189,166); }
div.DivClassName
{
background-color: #ADBDA6;
}
.BgClassName
{
background-color: #ADBDA6;
}
</style>
border-color css
<style>
span { border-color: #ADBDA6; }
span { border-color: rgb(173,189,166); }
td.TdClassName
{
border-color: #ADBDA6;
}
.TagClassName
{
border-color: #ADBDA6;
}
</style>