#A1BEA2

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

Shades of Spring Rain #A1BEA2

Tints of Spring Rain #A1BEA2

Color information

#A1BEA2 (or 0xA1BEA2) is unknown color: approx Spring Rain. HEX triplet: A1, BE and A2. RGB value is (161,190,162). Sum of RGB (Red+Green+Blue) = 161+190+162=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEA2 is #5E415D. Grayscale: #B2B2B2. Windows color (decimal): -6177118 or 10665633. OLE color: 10665633.

HSL color Cylindrical-coordinate representation of color #A1BEA2: hue angle of 122.07º 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 #A1BEA2 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB161190162-
CMYK0.1500.150.25
HSL122.07º18.24%68.82%-
HSV(B)122.07º15.26%74.51%-
XYZ39.6347.0141.17-
YUV178.14118.89115.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 162 (63.67% from 255) = 31.58%
R=31.38%
G=37.04%
B=31.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611901620.1500.150.25122.0718.2468.82
HexA1BEA2F0F197a1245
Octal241276242170173117222105
Binary101000011011111010100010111101111110011111010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEA2; }

 p { color: rgb(161,190,162); }

 H1.HeaderClassName
 {
   color: #A1BEA2;
 }
 .AnyTagClassName
 {
   color: #A1BEA2;
 }
</style>
background-color css

<style>
 a { background-color: #A1BEA2; }

 a { background-color: rgb(161,190,162); }

 div.DivClassName
 {
   background-color: #A1BEA2;
 }
 .BgClassName
 {
   background-color: #A1BEA2;
 }
</style>
border-color css

<style>
 span { border-color: #A1BEA2; }

 span { border-color: rgb(161,190,162); }

 td.TdClassName
 {
   border-color: #A1BEA2;
 }
 .TagClassName
 {
   border-color: #A1BEA2;
 }
</style>