#A4BCA2

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

Shades of Spring Rain #A4BCA2

Tints of Spring Rain #A4BCA2

Color information

#A4BCA2 (or 0xA4BCA2) is unknown color: approx Spring Rain. HEX triplet: A4, BC and A2. RGB value is (164,188,162). Sum of RGB (Red+Green+Blue) = 164+188+162=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BCA2 is #5B435D. Grayscale: #B1B1B1. Windows color (decimal): -5981022 or 10665124. OLE color: 10665124.

HSL color Cylindrical-coordinate representation of color #A4BCA2: hue angle of 115.38º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4BCA2 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB164188162-
CMYK0.1300.140.26
HSL115.38º16.25%68.63%-
HSV(B)115.38º13.83%73.73%-
XYZ39.8146.4741.05-
YUV177.86119.05118.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 162 (63.67% from 255) = 31.52%
R=31.91%
G=36.58%
B=31.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641881620.1300.140.26115.3816.2568.63
HexA4BCA2D0E1A731045
Octal244274242150163216320105
Binary101001001011110010100010110101110110101110011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCA2; }

 p { color: rgb(164,188,162); }

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

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

 a { background-color: rgb(164,188,162); }

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

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

 span { border-color: rgb(164,188,162); }

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