Shades of Spring Rain #ADBBA7
Tints of Spring Rain #ADBBA7
RGB
CMYK
RGB Variations
Color information
#ADBBA7 (or 0xADBBA7) is known color: Spring Rain. HEX triplet: AD, BB and A7. RGB value is (173,187,167). Sum of RGB (Red+Green+Blue) = 173+187+167=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA7 is #524458. Grayscale: #B4B4B4. Windows color (decimal): -5391449 or 10992557. OLE color: 10992557.
HSL color Cylindrical-coordinate representation of color #ADBBA7: hue angle of 102º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADBBA7 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
RGB | 173 | 187 | 167 | - |
CMYK | 0.07 | 0 | 0.11 | 0.27 |
HSL | 102º | 0.13% | 0.69% | - |
HSV(B) | 102º | 0.11% | 0.73% | - |
XYZ | 41.98 | 47.21 | 43.46 | - |
YUV | 180.53 | 120.36 | 122.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 187 | 167 | 0.07 | 0 | 0.11 | 0.27 | 102 | 0.13 | 0.69 |
Hex | AD | BB | A7 | 7 | 0 | B | 1B | 66 | D | 45 |
Octal | 255 | 273 | 247 | 7 | 0 | 13 | 33 | 146 | 15 | 105 |
Binary | 10101101 | 10111011 | 10100111 | 111 | 0 | 1011 | 11011 | 1100110 | 1101 | 1000101 |
Color Harmonies of #ADBBA7
Complementary color
Monochromatic Colors of #ADBBA7
Black with #ADBBA7
Text Example
Text Example
White with #ADBBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBA7; }
p { color: rgb(173,187,167); }
H1.HeaderClassName
{
color: #ADBBA7;
}
.AnyTagClassName
{
color: #ADBBA7;
}
</style>
background-color css
<style>
a { background-color: #ADBBA7; }
a { background-color: rgb(173,187,167); }
div.DivClassName
{
background-color: #ADBBA7;
}
.BgClassName
{
background-color: #ADBBA7;
}
</style>
border-color css
<style>
span { border-color: #ADBBA7; }
span { border-color: rgb(173,187,167); }
td.TdClassName
{
border-color: #ADBBA7;
}
.TagClassName
{
border-color: #ADBBA7;
}
</style>