#BE98BE

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

Shades of Lilac #BE98BE

Tints of Lilac #BE98BE

Color information

#BE98BE (or 0xBE98BE) is unknown color: approx Lilac. HEX triplet: BE, 98 and BE. RGB value is (190,152,190). Sum of RGB (Red+Green+Blue) = 190+152+190=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98BE is #416741. Grayscale: #A7A7A7. Windows color (decimal): -4286274 or 12490942. OLE color: 12490942.

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

Color convert

RGB190152190-
CMYK00.200.25
HSL300º22.62%67.06%-
HSV(B)300º20%74.51%-
XYZ41.7637.1253.68-
YUV167.69140.59143.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=35.71%
G=28.57%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015219000.200.2530022.6267.06
HexBE98BE01401912c1743
Octal27623027602403145427103
Binary101111101001100010111110010100011001100101100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98BE; }

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

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

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

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

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

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

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

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