#A5BFA4

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

Shades of Spring Rain #A5BFA4

Tints of Spring Rain #A5BFA4

Color information

#A5BFA4 (or 0xA5BFA4) is unknown color: approx Spring Rain. HEX triplet: A5, BF and A4. RGB value is (165,191,164). Sum of RGB (Red+Green+Blue) = 165+191+164=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BFA4 is #5A405B. Grayscale: #B4B4B4. Windows color (decimal): -5914716 or 10796965. OLE color: 10796965.

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

Color convert

RGB165191164-
CMYK0.1400.140.25
HSL117.78º17.42%69.61%-
HSV(B)117.78º14.14%74.9%-
XYZ40.8547.9442.22-
YUV180.15118.89117.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 164 (64.45% from 255) = 31.54%
R=31.73%
G=36.73%
B=31.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651911640.1400.140.25117.7817.4269.61
HexA5BFA4E0E19761146
Octal245277244160163116621106
Binary101001011011111110100100111001110110011110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFA4; }

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

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

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

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

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

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

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

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