#A7BDA2

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

Shades of Spring Rain #A7BDA2

Tints of Spring Rain #A7BDA2

Color information

#A7BDA2 (or 0xA7BDA2) is unknown color: approx Spring Rain. HEX triplet: A7, BD and A2. RGB value is (167,189,162). Sum of RGB (Red+Green+Blue) = 167+189+162=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDA2 is #58425D. Grayscale: #B3B3B3. Windows color (decimal): -5784158 or 10665383. OLE color: 10665383.

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

Color convert

RGB167189162-
CMYK0.1200.140.26
HSL108.89º16.98%68.82%-
HSV(B)108.89º14.29%74.12%-
XYZ40.6647.2241.15-
YUV179.34118.21119.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.24%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 162 (63.67% from 255) = 31.27%
R=32.24%
G=36.49%
B=31.27%

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
Decimal1671891620.1200.140.26108.8916.9868.82
HexA7BDA2C0E1A6d1145
Octal247275242140163215521105
Binary101001111011110110100010110001110110101101101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDA2; }

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

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

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

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

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

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

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

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