#A7BCA2

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

Shades of Spring Rain #A7BCA2

Tints of Spring Rain #A7BCA2

Color information

#A7BCA2 (or 0xA7BCA2) is unknown color: approx Spring Rain. HEX triplet: A7, BC and A2. RGB value is (167,188,162). Sum of RGB (Red+Green+Blue) = 167+188+162=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BCA2 is #58435D. Grayscale: #B2B2B2. Windows color (decimal): -5784414 or 10665127. OLE color: 10665127.

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

Color convert

RGB167188162-
CMYK0.1100.140.26
HSL108.46º16.25%68.63%-
HSV(B)108.46º13.83%73.73%-
XYZ40.4446.7941.08-
YUV178.76118.54119.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=32.30%
G=36.36%
B=31.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881620.1100.140.26108.4616.2568.63
HexA7BCA2B0E1A6c1045
Octal247274242130163215420105
Binary101001111011110010100010101101110110101101100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCA2; }

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

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

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

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

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

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

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

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