#BE98BA

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

Shades of Lilac #BE98BA

Tints of Lilac #BE98BA

Color information

#BE98BA (or 0xBE98BA) is unknown color: approx Lilac. HEX triplet: BE, 98 and BA. RGB value is (190,152,186). Sum of RGB (Red+Green+Blue) = 190+152+186=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 190 - color contains mainly: red. Hex color #BE98BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE98BA is #416745. Grayscale: #A7A7A7. Windows color (decimal): -4286278 or 12228798. OLE color: 12228798.

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

Color convert

RGB190152186-
CMYK00.20.020.25
HSL306.32º22.62%67.06%-
HSV(B)306.32º20%74.51%-
XYZ41.3336.9551.41-
YUV167.24138.59144.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=35.98%
G=28.79%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015218600.20.020.25306.3222.6267.06
HexBE98BA0142191321743
Octal27623027202423146227103
Binary1011111010011000101110100101001011001100110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE98BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE98BA; }

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

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

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

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

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

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

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

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