#A8BFA4

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

Shades of Spring Rain #A8BFA4

Tints of Spring Rain #A8BFA4

Color information

#A8BFA4 (or 0xA8BFA4) is unknown color: approx Spring Rain. HEX triplet: A8, BF and A4. RGB value is (168,191,164). Sum of RGB (Red+Green+Blue) = 168+191+164=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFA4 is #57405B. Grayscale: #B5B5B5. Windows color (decimal): -5718108 or 10796968. OLE color: 10796968.

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

Color convert

RGB168191164-
CMYK0.1200.140.25
HSL111.11º17.42%69.61%-
HSV(B)111.11º14.14%74.9%-
XYZ41.4848.2742.25-
YUV181.04118.38118.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 164 (64.45% from 255) = 31.36%
R=32.12%
G=36.52%
B=31.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911640.1200.140.25111.1117.4269.61
HexA8BFA4C0E196f1146
Octal250277244140163115721106
Binary101010001011111110100100110001110110011101111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFA4; }

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

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

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

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

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

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

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

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