Html Css Color HEX #A9BDA6 Spring Rain

📋 copy color: '#A9BDA6'

red 169 ◦ green 189 ◦ blue 166

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

Shades of Spring Rain #A9BDA6

Tints of Spring Rain #A9BDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.68%

R = 32.25%
G = 36.07%
B = 31.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#A9BDA6 (or 0xA9BDA6) is known color: Spring Rain. HEX triplet: A9, BD and A6. RGB value is (169,189,166). Sum of RGB (Red+Green+Blue) = 169+189+166=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BDA6 is #564259. Grayscale: #B4B4B4. Windows color (decimal): -5653082 or 10927529. OLE color: 10927529.

HSL color Cylindrical-coordinate representation of color #A9BDA6: hue angle of 112.17º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9BDA6 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 189 166 -
CMYK 0.11 0 0.12 0.26
HSL 112.17º 0.15% 0.7% -
HSV(B) 112.17º 0.12% 0.74% -
XYZ 41.44 47.58 43.08 -
YUV 180.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 169 189 166 0.11 0 0.12 0.26 112.17 0.15 0.7
Hex A9 BD A6 B 0 C 1A 70 F 46
Octal 251 275 246 13 0 14 32 160 17 106
Binary 10101001 10111101 10100110 1011 0 1100 11010 1110000 1111 1000110

Color Harmonies of #A9BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BDA6

Black with #A9BDA6

Text Example


Text Example

White with #A9BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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