#A3BCA4

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

Shades of Spring Rain #A3BCA4

Tints of Spring Rain #A3BCA4

Color information

#A3BCA4 (or 0xA3BCA4) is unknown color: approx Spring Rain. HEX triplet: A3, BC and A4. RGB value is (163,188,164). Sum of RGB (Red+Green+Blue) = 163+188+164=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 164 (64.45% from 255 or 31.84% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BCA4 is #5C435B. Grayscale: #B1B1B1. Windows color (decimal): -6046556 or 10796195. OLE color: 10796195.

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

Color convert

RGB163188164-
CMYK0.1300.130.26
HSL122.4º15.72%68.82%-
HSV(B)122.4º13.3%73.73%-
XYZ39.7946.4341.99-
YUV177.79120.22117.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.65%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 164 (64.45% from 255) = 31.84%
R=31.65%
G=36.50%
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.26
SystemRedGreenBlueCMYKHSL
Decimal1631881640.1300.130.26122.415.7268.82
HexA3BCA4D0D1A7a1045
Octal243274244150153217220105
Binary101000111011110010100100110101101110101111010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BCA4; }

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

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

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

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

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

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

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

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