#BE95C7

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

Shades of Lilac #BE95C7

Tints of Lilac #BE95C7

Color information

#BE95C7 (or 0xBE95C7) is unknown color: approx Lilac. HEX triplet: BE, 95 and C7. RGB value is (190,149,199). Sum of RGB (Red+Green+Blue) = 190+149+199=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE95C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95C7 is #416A38. Grayscale: #A6A6A6. Windows color (decimal): -4287033 or 13079998. OLE color: 13079998.

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

Color convert

RGB190149199-
CMYK0.050.2500.22
HSL289.2º30.86%68.24%-
HSV(B)289.2º25.13%78.04%-
XYZ42.2936.5758.86-
YUV166.96146.08144.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 199 (78.12% from 255) = 36.99%
R=35.32%
G=27.70%
B=36.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901491990.050.2500.22289.230.8668.24
HexBE95C75190161211f44
Octal27622530753102644137104
Binary10111110100101011100011110111001010110100100001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95C7; }

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

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

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

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

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

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

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

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