Shades of Spring Rain #A8BEA2
Tints of Spring Rain #A8BEA2
RGB
CMYK
RGB Variations
Color information
#A8BEA2 (or 0xA8BEA2) is known color: Spring Rain. HEX triplet: A8, BE and A2. RGB value is (168,190,162). Sum of RGB (Red+Green+Blue) = 168+190+162=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEA2 is #57415D. Grayscale: #B4B4B4. Windows color (decimal): -5718366 or 10665640. OLE color: 10665640.
HSL color Cylindrical-coordinate representation of color #A8BEA2: hue angle of 107.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8BEA2 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 190 | 162 | - |
CMYK | 0.12 | 0 | 0.15 | 0.25 |
HSL | 107.14º | 0.18% | 0.69% | - |
HSV(B) | 107.14º | 0.15% | 0.75% | - |
XYZ | 41.08 | 47.76 | 41.24 | - |
YUV | 180.23 | 117.71 | 119.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 190 | 162 | 0.12 | 0 | 0.15 | 0.25 | 107.14 | 0.18 | 0.69 |
Hex | A8 | BE | A2 | C | 0 | F | 19 | 6B | 12 | 45 |
Octal | 250 | 276 | 242 | 14 | 0 | 17 | 31 | 153 | 22 | 105 |
Binary | 10101000 | 10111110 | 10100010 | 1100 | 0 | 1111 | 11001 | 1101011 | 10010 | 1000101 |
Color Harmonies of #A8BEA2
Complementary color
Monochromatic Colors of #A8BEA2
Black with #A8BEA2
Text Example
Text Example
White with #A8BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEA2; }
p { color: rgb(168,190,162); }
H1.HeaderClassName
{
color: #A8BEA2;
}
.AnyTagClassName
{
color: #A8BEA2;
}
</style>
background-color css
<style>
a { background-color: #A8BEA2; }
a { background-color: rgb(168,190,162); }
div.DivClassName
{
background-color: #A8BEA2;
}
.BgClassName
{
background-color: #A8BEA2;
}
</style>
border-color css
<style>
span { border-color: #A8BEA2; }
span { border-color: rgb(168,190,162); }
td.TdClassName
{
border-color: #A8BEA2;
}
.TagClassName
{
border-color: #A8BEA2;
}
</style>