#BEA1B6

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

Shades of Lily #BEA1B6

Tints of Lily #BEA1B6

Color information

#BEA1B6 (or 0xBEA1B6) is unknown color: approx Lily. HEX triplet: BE, A1 and B6. RGB value is (190,161,182). Sum of RGB (Red+Green+Blue) = 190+161+182=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1B6 is #415E49. Grayscale: #ACACAC. Windows color (decimal): -4283978 or 11968958. OLE color: 11968958.

HSL color Cylindrical-coordinate representation of color #BEA1B6: hue angle of 316.55º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEA1B6 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB190161182-
CMYK00.150.040.25
HSL316.55º18.24%68.82%-
HSV(B)316.55º15.26%74.51%-
XYZ42.4239.8149.7-
YUV172.06133.61140.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 182 (71.48% from 255) = 34.15%
R=35.65%
G=30.21%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016118200.150.040.25316.5518.2468.82
HexBEA1B60F41913d1245
Octal27624126601743147522105
Binary1011111010100001101101100111110011001100111101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA1B6; }

 p { color: rgb(190,161,182); }

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

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

 a { background-color: rgb(190,161,182); }

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

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

 span { border-color: rgb(190,161,182); }

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