#BE94B5

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

Shades of Lily #BE94B5

Tints of Lily #BE94B5

Color information

#BE94B5 (or 0xBE94B5) is unknown color: approx Lily. HEX triplet: BE, 94 and B5. RGB value is (190,148,181). Sum of RGB (Red+Green+Blue) = 190+148+181=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BE94B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94B5 is #416B4A. Grayscale: #A4A4A4. Windows color (decimal): -4287307 or 11900094. OLE color: 11900094.

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

Color convert

RGB190148181-
CMYK00.220.050.25
HSL312.86º24.42%66.27%-
HSV(B)312.86º22.11%74.51%-
XYZ40.1735.4648.44-
YUV164.32137.41146.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=36.61%
G=28.52%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014818100.220.050.25312.8624.4266.27
HexBE94B50165191391842
Octal27622426502653147130102
Binary10111110100101001011010101011010111001100111001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94B5; }

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

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

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

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

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

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

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

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