#BEA3AC

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

Shades of Lily #BEA3AC

Tints of Lily #BEA3AC

Color information

#BEA3AC (or 0xBEA3AC) is unknown color: approx Lily. HEX triplet: BE, A3 and AC. RGB value is (190,163,172). Sum of RGB (Red+Green+Blue) = 190+163+172=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3AC is #415C53. Grayscale: #ACACAC. Windows color (decimal): -4283476 or 11314110. OLE color: 11314110.

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

Color convert

RGB190163172-
CMYK00.140.090.25
HSL340º17.2%69.22%-
HSV(B)340º14.21%74.51%-
XYZ41.7840.1244.57-
YUV172.1127.95140.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 163 (64.06% from 255) = 31.05%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=36.19%
G=31.05%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016317200.140.090.2534017.269.22
HexBEA3AC0E9191541145
Octal276243254016113152421105
Binary10111110101000111010110001110100111001101010100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3AC; }

 p { color: rgb(190,163,172); }

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

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

 a { background-color: rgb(190,163,172); }

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

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

 span { border-color: rgb(190,163,172); }

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