#A7BCA4

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

Shades of Spring Rain #A7BCA4

Tints of Spring Rain #A7BCA4

Color information

#A7BCA4 (or 0xA7BCA4) is unknown color: approx Spring Rain. HEX triplet: A7, BC and A4. RGB value is (167,188,164). Sum of RGB (Red+Green+Blue) = 167+188+164=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCA4 is #58435B. Grayscale: #B3B3B3. Windows color (decimal): -5784412 or 10796199. OLE color: 10796199.

HSL color Cylindrical-coordinate representation of color #A7BCA4: hue angle of 112.5º degrees, saturation: 0.15, 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 #A7BCA4 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB167188164-
CMYK0.1100.130.26
HSL112.5º15.19%69.02%-
HSV(B)112.5º12.77%73.73%-
XYZ40.6246.8642.03-
YUV178.98119.54119.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 164 (64.45% from 255) = 31.60%
R=32.18%
G=36.22%
B=31.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881640.1100.130.26112.515.1969.02
HexA7BCA4B0D1A70f45
Octal247274244130153216017105
Binary10100111101111001010010010110110111010111000011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCA4; }

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

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

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

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

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

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

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

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