#BEA4B0

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

Shades of Lily #BEA4B0

Tints of Lily #BEA4B0

Color information

#BEA4B0 (or 0xBEA4B0) is unknown color: approx Lily. HEX triplet: BE, A4 and B0. RGB value is (190,164,176). Sum of RGB (Red+Green+Blue) = 190+164+176=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA4B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA4B0 is #415B4F. Grayscale: #ADADAD. Windows color (decimal): -4283216 or 11576510. OLE color: 11576510.

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

Color convert

RGB190164176-
CMYK00.140.070.25
HSL332.31º16.67%69.41%-
HSV(B)332.31º13.68%74.51%-
XYZ42.3540.6346.69-
YUV173.14129.61140.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 164 (64.45% from 255) = 30.94%
BLUE value IS 176 (69.14% from 255) = 33.21%
R=35.85%
G=30.94%
B=33.21%

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
Decimal19016417600.140.070.25332.3116.6769.41
HexBEA4B00E71914c1145
Octal27624426001673151421105
Binary1011111010100100101100000111011111001101001100100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4B0; }

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

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

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

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

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

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

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

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