Shades of Spring Rain #AEBCA8
Tints of Spring Rain #AEBCA8
RGB
CMYK
RGB Variations
Color information
#AEBCA8 (or 0xAEBCA8) is known color: Spring Rain. HEX triplet: AE, BC and A8. RGB value is (174,188,168). Sum of RGB (Red+Green+Blue) = 174+188+168=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCA8 is #514357. Grayscale: #B5B5B5. Windows color (decimal): -5325656 or 11058350. OLE color: 11058350.
HSL color Cylindrical-coordinate representation of color #AEBCA8: hue angle of 102º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEBCA8 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 174 | 188 | 168 | - |
CMYK | 0.07 | 0 | 0.11 | 0.26 |
HSL | 102º | 0.13% | 0.7% | - |
HSV(B) | 102º | 0.11% | 0.74% | - |
XYZ | 42.51 | 47.79 | 44.03 | - |
YUV | 181.53 | 120.36 | 122.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 188 | 168 | 0.07 | 0 | 0.11 | 0.26 | 102 | 0.13 | 0.7 |
Hex | AE | BC | A8 | 7 | 0 | B | 1A | 66 | D | 46 |
Octal | 256 | 274 | 250 | 7 | 0 | 13 | 32 | 146 | 15 | 106 |
Binary | 10101110 | 10111100 | 10101000 | 111 | 0 | 1011 | 11010 | 1100110 | 1101 | 1000110 |
Color Harmonies of #AEBCA8
Complementary color
Monochromatic Colors of #AEBCA8
Black with #AEBCA8
Text Example
Text Example
White with #AEBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCA8; }
p { color: rgb(174,188,168); }
H1.HeaderClassName
{
color: #AEBCA8;
}
.AnyTagClassName
{
color: #AEBCA8;
}
</style>
background-color css
<style>
a { background-color: #AEBCA8; }
a { background-color: rgb(174,188,168); }
div.DivClassName
{
background-color: #AEBCA8;
}
.BgClassName
{
background-color: #AEBCA8;
}
</style>
border-color css
<style>
span { border-color: #AEBCA8; }
span { border-color: rgb(174,188,168); }
td.TdClassName
{
border-color: #AEBCA8;
}
.TagClassName
{
border-color: #AEBCA8;
}
</style>