Html Css Color HEX #A9BDA3 Spring Rain

📋 copy color: '#A9BDA3'

red 169 ◦ green 189 ◦ blue 163

#A9BDA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #A9BDA3

Tints of Spring Rain #A9BDA3

RGB

 RED value IS 169 (66.41% from 255) = 32.44%

 GREEN value IS 189 (74.22% from 255) = 36.28%

 BLUE value IS 163 (64.06% from 255) = 31.29%

R = 32.44%
G = 36.28%
B = 31.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#A9BDA3 (or 0xA9BDA3) is known color: Spring Rain. HEX triplet: A9, BD and A3. RGB value is (169,189,163). Sum of RGB (Red+Green+Blue) = 169+189+163=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BDA3 is #56425C. Grayscale: #B4B4B4. Windows color (decimal): -5653085 or 10730921. OLE color: 10730921.

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

Color convert

RGB 169 189 163 -
CMYK 0.11 0 0.14 0.26
HSL 106.15º 0.16% 0.69% -
HSV(B) 106.15º 0.14% 0.74% -
XYZ 41.17 47.47 41.64 -
YUV 180.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 169 189 163 0.11 0 0.14 0.26 106.15 0.16 0.69
Hex A9 BD A3 B 0 E 1A 6A 10 45
Octal 251 275 243 13 0 16 32 152 20 105
Binary 10101001 10111101 10100011 1011 0 1110 11010 1101010 10000 1000101

Color Harmonies of #A9BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BDA3

Black with #A9BDA3

Text Example


Text Example

White with #A9BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BDA3; }

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

 H1.HeaderClassName
 {
   color: #A9BDA3;
 }
 .AnyTagClassName
 {
   color: #A9BDA3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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