#A9BDA4

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

Shades of Spring Rain #A9BDA4

Tints of Spring Rain #A9BDA4

Color information

#A9BDA4 (or 0xA9BDA4) is unknown color: approx Spring Rain. HEX triplet: A9, BD and A4. RGB value is (169,189,164). Sum of RGB (Red+Green+Blue) = 169+189+164=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BDA4 is #56425B. Grayscale: #B4B4B4. Windows color (decimal): -5653084 or 10796457. OLE color: 10796457.

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

Color convert

RGB169189164-
CMYK0.1100.130.26
HSL108º15.92%69.22%-
HSV(B)108º13.23%74.12%-
XYZ41.2647.5142.12-
YUV180.17118.87120.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.38%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 164 (64.45% from 255) = 31.42%
R=32.38%
G=36.21%
B=31.42%

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
Decimal1691891640.1100.130.2610815.9269.22
HexA9BDA4B0D1A6c1045
Octal251275244130153215420105
Binary101010011011110110100100101101101110101101100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BDA4; }

 p { color: rgb(169,189,164); }

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

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

 a { background-color: rgb(169,189,164); }

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

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

 span { border-color: rgb(169,189,164); }

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