Shades of Spring Rain #AEBDA7
Tints of Spring Rain #AEBDA7
RGB
CMYK
RGB Variations
Color information
#AEBDA7 (or 0xAEBDA7) is known color: Spring Rain. HEX triplet: AE, BD and A7. RGB value is (174,189,167). Sum of RGB (Red+Green+Blue) = 174+189+167=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDA7 is #514258. Grayscale: #B6B6B6. Windows color (decimal): -5325401 or 10993070. OLE color: 10993070.
HSL color Cylindrical-coordinate representation of color #AEBDA7: hue angle of 100.91º degrees, saturation: 0.14, 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 #AEBDA7 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 167 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.26 |
| HSL | 100.91º | 0.14% | 0.7% | - |
| HSV(B) | 100.91º | 0.12% | 0.74% | - |
| XYZ | 42.63 | 48.18 | 43.61 | - |
| YUV | 182.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 167 | 0.08 | 0 | 0.12 | 0.26 | 100.91 | 0.14 | 0.7 |
| Hex | AE | BD | A7 | 8 | 0 | C | 1A | 65 | E | 46 |
| Octal | 256 | 275 | 247 | 10 | 0 | 14 | 32 | 145 | 16 | 106 |
| Binary | 10101110 | 10111101 | 10100111 | 1000 | 0 | 1100 | 11010 | 1100101 | 1110 | 1000110 |
Color Harmonies of #AEBDA7
Complementary color
Monochromatic Colors of #AEBDA7
Black with #AEBDA7
Text Example
Text Example
White with #AEBDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDA7; }
p { color: rgb(174,189,167); }
H1.HeaderClassName
{
color: #AEBDA7;
}
.AnyTagClassName
{
color: #AEBDA7;
}
</style>
background-color css
<style>
a { background-color: #AEBDA7; }
a { background-color: rgb(174,189,167); }
div.DivClassName
{
background-color: #AEBDA7;
}
.BgClassName
{
background-color: #AEBDA7;
}
</style>
border-color css
<style>
span { border-color: #AEBDA7; }
span { border-color: rgb(174,189,167); }
td.TdClassName
{
border-color: #AEBDA7;
}
.TagClassName
{
border-color: #AEBDA7;
}
</style>