#BE94C8

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

Shades of Lilac #BE94C8

Tints of Lilac #BE94C8

Color information

#BE94C8 (or 0xBE94C8) is unknown color: approx Lilac. HEX triplet: BE, 94 and C8. RGB value is (190,148,200). Sum of RGB (Red+Green+Blue) = 190+148+200=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE94C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94C8 is #416B37. Grayscale: #A6A6A6. Windows color (decimal): -4287288 or 13145278. OLE color: 13145278.

HSL color Cylindrical-coordinate representation of color #BE94C8: hue angle of 288.46º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE94C8 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190148200-
CMYK0.050.2600.22
HSL288.46º32.1%68.24%-
HSV(B)288.46º26%78.43%-
XYZ42.2536.359.42-
YUV166.49146.91144.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 148 (58.20% from 255) = 27.51%
BLUE value IS 200 (78.52% from 255) = 37.17%
R=35.32%
G=27.51%
B=37.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901482000.050.2600.22288.4632.168.24
HexBE94C851A0161202044
Octal27622431053202644040104
Binary101111101001010011001000101110100101101001000001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94C8; }

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

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

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

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

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

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

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

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