#BEA3B1

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

Shades of Lily #BEA3B1

Tints of Lily #BEA3B1

Color information

#BEA3B1 (or 0xBEA3B1) is unknown color: approx Lily. HEX triplet: BE, A3 and B1. RGB value is (190,163,177). Sum of RGB (Red+Green+Blue) = 190+163+177=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3B1 is #415C4E. Grayscale: #ACACAC. Windows color (decimal): -4283471 or 11641790. OLE color: 11641790.

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

Color convert

RGB190163177-
CMYK00.140.070.25
HSL328.89º17.2%69.22%-
HSV(B)328.89º14.21%74.51%-
XYZ42.2740.3247.15-
YUV172.67130.45140.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 163 (64.06% from 255) = 30.75%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=35.85%
G=30.75%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016317700.140.070.25328.8917.269.22
HexBEA3B10E7191491145
Octal27624326101673151121105
Binary1011111010100011101100010111011111001101001001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3B1; }

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

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

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

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

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

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

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

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