#BE96BD

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

Shades of Lilac #BE96BD

Tints of Lilac #BE96BD

Color information

#BE96BD (or 0xBE96BD) is unknown color: approx Lilac. HEX triplet: BE, 96 and BD. RGB value is (190,150,189). Sum of RGB (Red+Green+Blue) = 190+150+189=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96BD is #416942. Grayscale: #A6A6A6. Windows color (decimal): -4286787 or 12424894. OLE color: 12424894.

HSL color Cylindrical-coordinate representation of color #BE96BD: hue angle of 301.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE96BD is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB190150189-
CMYK00.210.010.25
HSL301.5º23.53%66.67%-
HSV(B)301.5º21.05%74.51%-
XYZ41.3336.4353-
YUV166.41140.75144.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=35.92%
G=28.36%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015018900.210.010.25301.523.5366.67
HexBE96BD01511912e1843
Octal27622627502513145630103
Binary101111101001011010111101010101111001100101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE96BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE96BD; }

 p { color: rgb(190,150,189); }

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

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

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

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

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

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

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