#BE94B2

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

Shades of Lily #BE94B2

Tints of Lily #BE94B2

Color information

#BE94B2 (or 0xBE94B2) is unknown color: approx Lily. HEX triplet: BE, 94 and B2. RGB value is (190,148,178). Sum of RGB (Red+Green+Blue) = 190+148+178=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BE94B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE94B2 is #416B4D. Grayscale: #A3A3A3. Windows color (decimal): -4287310 or 11703486. OLE color: 11703486.

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

Color convert

RGB190148178-
CMYK00.220.060.25
HSL317.14º24.42%66.27%-
HSV(B)317.14º22.11%74.51%-
XYZ39.8635.3446.84-
YUV163.98135.91146.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.82%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 178 (69.92% from 255) = 34.50%
R=36.82%
G=28.68%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014817800.220.060.25317.1424.4266.27
HexBE94B201661913d1842
Octal27622426202663147530102
Binary10111110100101001011001001011011011001100111101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94B2; }

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

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

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

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

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

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

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

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