#A7BDA3

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

Shades of Spring Rain #A7BDA3

Tints of Spring Rain #A7BDA3

Color information

#A7BDA3 (or 0xA7BDA3) is unknown color: approx Spring Rain. HEX triplet: A7, BD and A3. RGB value is (167,189,163). Sum of RGB (Red+Green+Blue) = 167+189+163=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDA3 is #58425C. Grayscale: #B3B3B3. Windows color (decimal): -5784157 or 10730919. OLE color: 10730919.

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

Color convert

RGB167189163-
CMYK0.1200.140.26
HSL110.77º16.46%69.02%-
HSV(B)110.77º13.76%74.12%-
XYZ40.7447.2641.62-
YUV179.46118.71119.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=32.18%
G=36.42%
B=31.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671891630.1200.140.26110.7716.4669.02
HexA7BDA3C0E1A6f1045
Octal247275243140163215720105
Binary101001111011110110100011110001110110101101111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDA3; }

 p { color: rgb(167,189,163); }

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

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

 a { background-color: rgb(167,189,163); }

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

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

 span { border-color: rgb(167,189,163); }

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