#BE95BD

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

Shades of Lilac #BE95BD

Tints of Lilac #BE95BD

Color information

#BE95BD (or 0xBE95BD) is unknown color: approx Lilac. HEX triplet: BE, 95 and BD. RGB value is (190,149,189). Sum of RGB (Red+Green+Blue) = 190+149+189=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BE95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95BD is #416A42. Grayscale: #A5A5A5. Windows color (decimal): -4287043 or 12424638. OLE color: 12424638.

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

Color convert

RGB190149189-
CMYK00.220.010.25
HSL301.46º23.98%66.47%-
HSV(B)301.46º21.58%74.51%-
XYZ41.1736.1252.95-
YUV165.82141.08145.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=35.98%
G=28.22%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014918900.220.010.25301.4623.9866.47
HexBE95BD01611912d1842
Octal27622527502613145530102
Binary101111101001010110111101010110111001100101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95BD; }

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

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

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

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

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

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

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

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