#BE9BC1

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

Shades of Lilac #BE9BC1

Tints of Lilac #BE9BC1

Color information

#BE9BC1 (or 0xBE9BC1) is unknown color: approx Lilac. HEX triplet: BE, 9B and C1. RGB value is (190,155,193). Sum of RGB (Red+Green+Blue) = 190+155+193=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE9BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BC1 is #41643E. Grayscale: #A9A9A9. Windows color (decimal): -4285503 or 12688318. OLE color: 12688318.

HSL color Cylindrical-coordinate representation of color #BE9BC1: hue angle of 295.26º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BE9BC1 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190155193-
CMYK0.020.2000.24
HSL295.26º23.46%68.24%-
HSV(B)295.26º19.69%75.69%-
XYZ42.5838.2455.59-
YUV169.8141.1142.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.32%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=35.32%
G=28.81%
B=35.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901551930.020.2000.24295.2623.4668.24
HexBE9BC12140181271744
Octal27623330122403044727104
Binary1011111010011011110000011010100011000100100111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9BC1; }

 p { color: rgb(190,155,193); }

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

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

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

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

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

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

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