Shades of Spring Rain #A8BEA4
Tints of Spring Rain #A8BEA4
RGB
CMYK
RGB Variations
Color information
#A8BEA4 (or 0xA8BEA4) is known color: Spring Rain. HEX triplet: A8, BE and A4. RGB value is (168,190,164). Sum of RGB (Red+Green+Blue) = 168+190+164=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEA4 is #57415B. Grayscale: #B4B4B4. Windows color (decimal): -5718364 or 10796712. OLE color: 10796712.
HSL color Cylindrical-coordinate representation of color #A8BEA4: hue angle of 110.77º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8BEA4 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 190 | 164 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.25 |
| HSL | 110.77º | 0.17% | 0.69% | - |
| HSV(B) | 110.77º | 0.14% | 0.75% | - |
| XYZ | 41.26 | 47.83 | 42.18 | - |
| YUV | 180.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 190 | 164 | 0.12 | 0 | 0.14 | 0.25 | 110.77 | 0.17 | 0.69 |
| Hex | A8 | BE | A4 | C | 0 | E | 19 | 6F | 11 | 45 |
| Octal | 250 | 276 | 244 | 14 | 0 | 16 | 31 | 157 | 21 | 105 |
| Binary | 10101000 | 10111110 | 10100100 | 1100 | 0 | 1110 | 11001 | 1101111 | 10001 | 1000101 |
Color Harmonies of #A8BEA4
Complementary color
Monochromatic Colors of #A8BEA4
Black with #A8BEA4
Text Example
Text Example
White with #A8BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEA4; }
p { color: rgb(168,190,164); }
H1.HeaderClassName
{
color: #A8BEA4;
}
.AnyTagClassName
{
color: #A8BEA4;
}
</style>
background-color css
<style>
a { background-color: #A8BEA4; }
a { background-color: rgb(168,190,164); }
div.DivClassName
{
background-color: #A8BEA4;
}
.BgClassName
{
background-color: #A8BEA4;
}
</style>
border-color css
<style>
span { border-color: #A8BEA4; }
span { border-color: rgb(168,190,164); }
td.TdClassName
{
border-color: #A8BEA4;
}
.TagClassName
{
border-color: #A8BEA4;
}
</style>