#BE95BC

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

Shades of Lilac #BE95BC

Tints of Lilac #BE95BC

Color information

#BE95BC (or 0xBE95BC) is unknown color: approx Lilac. HEX triplet: BE, 95 and BC. RGB value is (190,149,188). Sum of RGB (Red+Green+Blue) = 190+149+188=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BE95BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95BC is #416A43. Grayscale: #A5A5A5. Windows color (decimal): -4287044 or 12359102. OLE color: 12359102.

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

Color convert

RGB190149188-
CMYK00.220.010.25
HSL302.93º23.98%66.47%-
HSV(B)302.93º21.58%74.51%-
XYZ41.0636.0752.38-
YUV165.7140.58145.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=36.05%
G=28.27%
B=35.67%

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
Decimal19014918800.220.010.25302.9323.9866.47
HexBE95BC01611912f1842
Octal27622527402613145730102
Binary101111101001010110111100010110111001100101111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE95BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE95BC; }

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

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

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

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

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

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

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

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