#BEA3B0

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

Shades of Lily #BEA3B0

Tints of Lily #BEA3B0

Color information

#BEA3B0 (or 0xBEA3B0) is unknown color: approx Lily. HEX triplet: BE, A3 and B0. RGB value is (190,163,176). Sum of RGB (Red+Green+Blue) = 190+163+176=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA3B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA3B0 is #415C4F. Grayscale: #ACACAC. Windows color (decimal): -4283472 or 11576254. OLE color: 11576254.

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

Color convert

RGB190163176-
CMYK00.140.070.25
HSL331.11º17.2%69.22%-
HSV(B)331.11º14.21%74.51%-
XYZ42.1740.2846.63-
YUV172.55129.95140.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=35.92%
G=30.81%
B=33.27%

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
Decimal19016317600.140.070.25331.1117.269.22
HexBEA3B00E71914b1145
Octal27624326001673151321105
Binary1011111010100011101100000111011111001101001011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA3B0; }

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

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

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

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

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

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

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

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