#BE94AC

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

Shades of Lily #BE94AC

Tints of Lily #BE94AC

Color information

#BE94AC (or 0xBE94AC) is unknown color: approx Lily. HEX triplet: BE, 94 and AC. RGB value is (190,148,172). Sum of RGB (Red+Green+Blue) = 190+148+172=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 190 - color contains mainly: red. Hex color #BE94AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE94AC is #416B53. Grayscale: #A3A3A3. Windows color (decimal): -4287316 or 11310270. OLE color: 11310270.

HSL color Cylindrical-coordinate representation of color #BE94AC: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE94AC is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190148172-
CMYK00.220.090.25
HSL325.71º24.42%66.27%-
HSV(B)325.71º22.11%74.51%-
XYZ39.2735.1143.74-
YUV163.29132.91147.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 172 (67.58% from 255) = 33.73%
R=37.25%
G=29.02%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014817200.220.090.25325.7124.4266.27
HexBE94AC0169191461842
Octal276224254026113150630102
Binary101111101001010010101100010110100111001101000110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94AC; }

 p { color: rgb(190,148,172); }

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

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

 a { background-color: rgb(190,148,172); }

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

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

 span { border-color: rgb(190,148,172); }

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