#BE95BE

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

Shades of Lilac #BE95BE

Tints of Lilac #BE95BE

Color information

#BE95BE (or 0xBE95BE) is unknown color: approx Lilac. HEX triplet: BE, 95 and BE. RGB value is (190,149,190). Sum of RGB (Red+Green+Blue) = 190+149+190=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE95BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95BE is #416A41. Grayscale: #A5A5A5. Windows color (decimal): -4287042 or 12490174. OLE color: 12490174.

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

Color convert

RGB190149190-
CMYK00.2200.25
HSL300º23.98%66.47%-
HSV(B)300º21.58%74.51%-
XYZ41.2836.1653.52-
YUV165.93141.58145.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=35.92%
G=28.17%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014919000.2200.2530023.9866.47
HexBE95BE01601912c1842
Octal27622527602603145430102
Binary101111101001010110111110010110011001100101100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95BE; }

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

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

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

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

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

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

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

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