#A9BDA5

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

Shades of Spring Rain #A9BDA5

Tints of Spring Rain #A9BDA5

Color information

#A9BDA5 (or 0xA9BDA5) is unknown color: approx Spring Rain. HEX triplet: A9, BD and A5. RGB value is (169,189,165). Sum of RGB (Red+Green+Blue) = 169+189+165=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BDA5 is #56425A. Grayscale: #B4B4B4. Windows color (decimal): -5653083 or 10861993. OLE color: 10861993.

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

Color convert

RGB169189165-
CMYK0.1100.130.26
HSL110º15.38%69.41%-
HSV(B)110º12.7%74.12%-
XYZ41.3547.5542.6-
YUV180.28119.37119.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=32.31%
G=36.14%
B=31.55%

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
Decimal1691891650.1100.130.2611015.3869.41
HexA9BDA5B0D1A6ef45
Octal251275245130153215617105
Binary10101001101111011010010110110110111010110111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BDA5; }

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

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

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

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

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

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

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

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