#BE98BF

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

Shades of Lilac #BE98BF

Tints of Lilac #BE98BF

Color information

#BE98BF (or 0xBE98BF) is unknown color: approx Lilac. HEX triplet: BE, 98 and BF. RGB value is (190,152,191). Sum of RGB (Red+Green+Blue) = 190+152+191=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE98BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98BF is #416740. Grayscale: #A7A7A7. Windows color (decimal): -4286273 or 12556478. OLE color: 12556478.

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

Color convert

RGB190152191-
CMYK0.010.2000.25
HSL298.46º23.35%67.25%-
HSV(B)298.46º20.42%74.9%-
XYZ41.8737.1754.26-
YUV167.81141.09143.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 152 (59.77% from 255) = 28.52%
BLUE value IS 191 (75% from 255) = 35.83%
R=35.65%
G=28.52%
B=35.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901521910.010.2000.25298.4623.3567.25
HexBE98BF11401912a1743
Octal27623027712403145227103
Binary101111101001100010111111110100011001100101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98BF; }

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

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

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

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

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

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

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

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