Shades of Spring Rain #A8BEA6
Tints of Spring Rain #A8BEA6
RGB
CMYK
RGB Variations
Color information
#A8BEA6 (or 0xA8BEA6) is known color: Spring Rain. HEX triplet: A8, BE and A6. RGB value is (168,190,166). Sum of RGB (Red+Green+Blue) = 168+190+166=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEA6 is #574159. Grayscale: #B4B4B4. Windows color (decimal): -5718362 or 10927784. OLE color: 10927784.
HSL color Cylindrical-coordinate representation of color #A8BEA6: hue angle of 115º 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 #A8BEA6 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 190 | 166 | - |
CMYK | 0.12 | 0 | 0.13 | 0.25 |
HSL | 115º | 0.16% | 0.7% | - |
HSV(B) | 115º | 0.13% | 0.75% | - |
XYZ | 41.44 | 47.9 | 43.14 | - |
YUV | 180.69 | 119.71 | 118.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 190 | 166 | 0.12 | 0 | 0.13 | 0.25 | 115 | 0.16 | 0.7 |
Hex | A8 | BE | A6 | C | 0 | D | 19 | 73 | 10 | 46 |
Octal | 250 | 276 | 246 | 14 | 0 | 15 | 31 | 163 | 20 | 106 |
Binary | 10101000 | 10111110 | 10100110 | 1100 | 0 | 1101 | 11001 | 1110011 | 10000 | 1000110 |
Color Harmonies of #A8BEA6
Complementary color
Monochromatic Colors of #A8BEA6
Black with #A8BEA6
Text Example
Text Example
White with #A8BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEA6; }
p { color: rgb(168,190,166); }
H1.HeaderClassName
{
color: #A8BEA6;
}
.AnyTagClassName
{
color: #A8BEA6;
}
</style>
background-color css
<style>
a { background-color: #A8BEA6; }
a { background-color: rgb(168,190,166); }
div.DivClassName
{
background-color: #A8BEA6;
}
.BgClassName
{
background-color: #A8BEA6;
}
</style>
border-color css
<style>
span { border-color: #A8BEA6; }
span { border-color: rgb(168,190,166); }
td.TdClassName
{
border-color: #A8BEA6;
}
.TagClassName
{
border-color: #A8BEA6;
}
</style>