Html Css Color HEX #A9BFA4 Spring Rain

📋 copy color: '#A9BFA4'

red 169 ◦ green 191 ◦ blue 164

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

Shades of Spring Rain #A9BFA4

Tints of Spring Rain #A9BFA4

RGB

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

 GREEN value IS 191 (75% from 255) = 36.45%

 BLUE value IS 164 (64.45% from 255) = 31.3%

R = 32.25%
G = 36.45%
B = 31.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#A9BFA4 (or 0xA9BFA4) is known color: Spring Rain. HEX triplet: A9, BF and A4. RGB value is (169,191,164). Sum of RGB (Red+Green+Blue) = 169+191+164=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BFA4 is #56405B. Grayscale: #B5B5B5. Windows color (decimal): -5652572 or 10796969. OLE color: 10796969.

HSL color Cylindrical-coordinate representation of color #A9BFA4: hue angle of 108.89º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9BFA4 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 191 164 -
CMYK 0.12 0 0.14 0.25
HSL 108.89º 0.17% 0.7% -
HSV(B) 108.89º 0.14% 0.75% -
XYZ 41.69 48.38 42.26 -
YUV 181.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 169 191 164 0.12 0 0.14 0.25 108.89 0.17 0.7
Hex A9 BF A4 C 0 E 19 6D 11 46
Octal 251 277 244 14 0 16 31 155 21 106
Binary 10101001 10111111 10100100 1100 0 1110 11001 1101101 10001 1000110

Color Harmonies of #A9BFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BFA4

Black with #A9BFA4

Text Example


Text Example

White with #A9BFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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