#A8BEA1

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

Shades of Spring Rain #A8BEA1

Tints of Spring Rain #A8BEA1

Color information

#A8BEA1 (or 0xA8BEA1) is unknown color: approx Spring Rain. HEX triplet: A8, BE and A1. RGB value is (168,190,161). Sum of RGB (Red+Green+Blue) = 168+190+161=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEA1 is #57415E. Grayscale: #B4B4B4. Windows color (decimal): -5718367 or 10600104. OLE color: 10600104.

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

Color convert

RGB168190161-
CMYK0.1200.150.25
HSL105.52º18.24%68.82%-
HSV(B)105.52º15.26%74.51%-
XYZ40.9947.7240.77-
YUV180.12117.21119.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=32.37%
G=36.61%
B=31.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901610.1200.150.25105.5218.2468.82
HexA8BEA1C0F196a1245
Octal250276241140173115222105
Binary101010001011111010100001110001111110011101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEA1; }

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

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

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

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

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

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

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

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