#A8BEA2

Color #A8BEA2 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A8BEA2

Tints of Spring Rain #A8BEA2

Color information

#A8BEA2 (or 0xA8BEA2) is unknown color: approx 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

RGB168190162-
CMYK0.1200.150.25
HSL107.14º17.72%69.02%-
HSV(B)107.14º14.74%74.51%-
XYZ41.0847.7641.24-
YUV180.23117.71119.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 32.31%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 162 (63.67% from 255) = 31.15%
R=32.31%
G=36.54%
B=31.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901620.1200.150.25107.1417.7269.02
HexA8BEA2C0F196b1245
Octal250276242140173115322105
Binary101010001011111010100010110001111110011101011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>