#A8BEA4

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

Shades of Spring Rain #A8BEA4

Tints of Spring Rain #A8BEA4

Color information

#A8BEA4 (or 0xA8BEA4) is unknown color: approx Spring Rain. HEX triplet: A8, BE and A4. RGB value is (168,190,164). Sum of RGB (Red+Green+Blue) = 168+190+164=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEA4 is #57415B. Grayscale: #B4B4B4. Windows color (decimal): -5718364 or 10796712. OLE color: 10796712.

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

Color convert

RGB168190164-
CMYK0.1200.140.25
HSL110.77º16.67%69.41%-
HSV(B)110.77º13.68%74.51%-
XYZ41.2647.8342.18-
YUV180.46118.71119.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 164 (64.45% from 255) = 31.42%
R=32.18%
G=36.40%
B=31.42%

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
Decimal1681901640.1200.140.25110.7716.6769.41
HexA8BEA4C0E196f1145
Octal250276244140163115721105
Binary101010001011111010100100110001110110011101111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEA4; }

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

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

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

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

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

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

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

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