Shades of Spring Rain #A6BEA5
Tints of Spring Rain #A6BEA5
RGB
CMYK
RGB Variations
Color information
#A6BEA5 (or 0xA6BEA5) is known color: Spring Rain. HEX triplet: A6, BE and A5. RGB value is (166,190,165). Sum of RGB (Red+Green+Blue) = 166+190+165=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BEA5 is #59415A. Grayscale: #B4B4B4. Windows color (decimal): -5849435 or 10862246. OLE color: 10862246.
HSL color Cylindrical-coordinate representation of color #A6BEA5: hue angle of 117.6º 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 #A6BEA5 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 165 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.25 |
| HSL | 117.6º | 0.16% | 0.7% | - |
| HSV(B) | 117.6º | 0.13% | 0.75% | - |
| XYZ | 40.93 | 47.65 | 42.64 | - |
| YUV | 179.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 165 | 0.13 | 0 | 0.13 | 0.25 | 117.6 | 0.16 | 0.7 |
| Hex | A6 | BE | A5 | D | 0 | D | 19 | 76 | 10 | 46 |
| Octal | 246 | 276 | 245 | 15 | 0 | 15 | 31 | 166 | 20 | 106 |
| Binary | 10100110 | 10111110 | 10100101 | 1101 | 0 | 1101 | 11001 | 1110110 | 10000 | 1000110 |
Color Harmonies of #A6BEA5
Complementary color
Monochromatic Colors of #A6BEA5
Black with #A6BEA5
Text Example
Text Example
White with #A6BEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BEA5; }
p { color: rgb(166,190,165); }
H1.HeaderClassName
{
color: #A6BEA5;
}
.AnyTagClassName
{
color: #A6BEA5;
}
</style>
background-color css
<style>
a { background-color: #A6BEA5; }
a { background-color: rgb(166,190,165); }
div.DivClassName
{
background-color: #A6BEA5;
}
.BgClassName
{
background-color: #A6BEA5;
}
</style>
border-color css
<style>
span { border-color: #A6BEA5; }
span { border-color: rgb(166,190,165); }
td.TdClassName
{
border-color: #A6BEA5;
}
.TagClassName
{
border-color: #A6BEA5;
}
</style>