#BEA3B2

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

Shades of Lily #BEA3B2

Tints of Lily #BEA3B2

Color information

#BEA3B2 (or 0xBEA3B2) is unknown color: approx Lily. HEX triplet: BE, A3 and B2. RGB value is (190,163,178). Sum of RGB (Red+Green+Blue) = 190+163+178=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3B2 is #415C4D. Grayscale: #ACACAC. Windows color (decimal): -4283470 or 11707326. OLE color: 11707326.

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

Color convert

RGB190163178-
CMYK00.140.060.25
HSL326.67º17.2%69.22%-
HSV(B)326.67º14.21%74.51%-
XYZ42.3740.3647.68-
YUV172.78130.95140.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 163 (64.06% from 255) = 30.70%
BLUE value IS 178 (69.92% from 255) = 33.52%
R=35.78%
G=30.70%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016317800.140.060.25326.6717.269.22
HexBEA3B20E6191471145
Octal27624326201663150721105
Binary1011111010100011101100100111011011001101000111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3B2; }

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

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

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

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

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

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

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

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