#A2BBA3

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

Shades of Spring Rain #A2BBA3

Tints of Spring Rain #A2BBA3

Color information

#A2BBA3 (or 0xA2BBA3) is unknown color: approx Spring Rain. HEX triplet: A2, BB and A3. RGB value is (162,187,163). Sum of RGB (Red+Green+Blue) = 162+187+163=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BBA3 is #5D445C. Grayscale: #B0B0B0. Windows color (decimal): -6112349 or 10730402. OLE color: 10730402.

HSL color Cylindrical-coordinate representation of color #A2BBA3: hue angle of 122.4º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BBA3 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB162187163-
CMYK0.1300.130.27
HSL122.4º15.53%68.43%-
HSV(B)122.4º13.37%73.33%-
XYZ39.2845.8741.43-
YUV176.79120.22117.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 163 (64.06% from 255) = 31.84%
R=31.64%
G=36.52%
B=31.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621871630.1300.130.27122.415.5368.43
HexA2BBA3D0D1B7a1044
Octal242273243150153317220104
Binary101000101011101110100011110101101110111111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BBA3; }

 p { color: rgb(162,187,163); }

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

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

 a { background-color: rgb(162,187,163); }

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

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

 span { border-color: rgb(162,187,163); }

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