#BE94B3

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

Shades of Lily #BE94B3

Tints of Lily #BE94B3

Color information

#BE94B3 (or 0xBE94B3) is unknown color: approx Lily. HEX triplet: BE, 94 and B3. RGB value is (190,148,179). Sum of RGB (Red+Green+Blue) = 190+148+179=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BE94B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94B3 is #416B4C. Grayscale: #A4A4A4. Windows color (decimal): -4287309 or 11769022. OLE color: 11769022.

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

Color convert

RGB190148179-
CMYK00.220.060.25
HSL315.71º24.42%66.27%-
HSV(B)315.71º22.11%74.51%-
XYZ39.9635.3847.37-
YUV164.09136.41146.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 179 (70.31% from 255) = 34.62%
R=36.75%
G=28.63%
B=34.62%

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
Decimal19014817900.220.060.25315.7124.4266.27
HexBE94B301661913c1842
Octal27622426302663147430102
Binary10111110100101001011001101011011011001100111100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94B3; }

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

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

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

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

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

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

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

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