#BE8CBE

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

Shades of Lilac #BE8CBE

Tints of Lilac #BE8CBE

Color information

#BE8CBE (or 0xBE8CBE) is unknown color: approx Lilac. HEX triplet: BE, 8C and BE. RGB value is (190,140,190). Sum of RGB (Red+Green+Blue) = 190+140+190=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CBE is #417341. Grayscale: #A0A0A0. Windows color (decimal): -4289346 or 12487870. OLE color: 12487870.

HSL color Cylindrical-coordinate representation of color #BE8CBE: hue angle of 300º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE8CBE is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190140190-
CMYK00.2600.25
HSL300º27.78%64.71%-
HSV(B)300º26.32%74.51%-
XYZ39.9133.4253.06-
YUV160.65144.56148.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=36.54%
G=26.92%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014019000.2600.2530027.7864.71
HexBE8CBE01A01912c1c41
Octal27621427603203145434101
Binary101111101000110010111110011010011001100101100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8CBE; }

 p { color: rgb(190,140,190); }

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

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

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

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

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

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

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