Shades of Spring Rain #AEBEA6
Tints of Spring Rain #AEBEA6
RGB
CMYK
RGB Variations
Color information
#AEBEA6 (or 0xAEBEA6) is known color: Spring Rain. HEX triplet: AE, BE and A6. RGB value is (174,190,166). Sum of RGB (Red+Green+Blue) = 174+190+166=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBEA6 is #514159. Grayscale: #B6B6B6. Windows color (decimal): -5325146 or 10927790. OLE color: 10927790.
HSL color Cylindrical-coordinate representation of color #AEBEA6: hue angle of 100º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEBEA6 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 190 | 166 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.25 |
| HSL | 100º | 0.16% | 0.7% | - |
| HSV(B) | 100º | 0.13% | 0.75% | - |
| XYZ | 42.75 | 48.58 | 43.2 | - |
| YUV | 182.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 190 | 166 | 0.08 | 0 | 0.13 | 0.25 | 100 | 0.16 | 0.7 |
| Hex | AE | BE | A6 | 8 | 0 | D | 19 | 64 | 10 | 46 |
| Octal | 256 | 276 | 246 | 10 | 0 | 15 | 31 | 144 | 20 | 106 |
| Binary | 10101110 | 10111110 | 10100110 | 1000 | 0 | 1101 | 11001 | 1100100 | 10000 | 1000110 |
Color Harmonies of #AEBEA6
Complementary color
Monochromatic Colors of #AEBEA6
Black with #AEBEA6
Text Example
Text Example
White with #AEBEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBEA6; }
p { color: rgb(174,190,166); }
H1.HeaderClassName
{
color: #AEBEA6;
}
.AnyTagClassName
{
color: #AEBEA6;
}
</style>
background-color css
<style>
a { background-color: #AEBEA6; }
a { background-color: rgb(174,190,166); }
div.DivClassName
{
background-color: #AEBEA6;
}
.BgClassName
{
background-color: #AEBEA6;
}
</style>
border-color css
<style>
span { border-color: #AEBEA6; }
span { border-color: rgb(174,190,166); }
td.TdClassName
{
border-color: #AEBEA6;
}
.TagClassName
{
border-color: #AEBEA6;
}
</style>