#BF93BE

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

Shades of Lilac #BF93BE

Tints of Lilac #BF93BE

Color information

#BF93BE (or 0xBF93BE) is unknown color: approx Lilac. HEX triplet: BF, 93 and BE. RGB value is (191,147,190). Sum of RGB (Red+Green+Blue) = 191+147+190=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93BE is #406C41. Grayscale: #A4A4A4. Windows color (decimal): -4222018 or 12489663. OLE color: 12489663.

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

Color convert

RGB191147190-
CMYK00.230.010.25
HSL301.36º25.58%66.27%-
HSV(B)301.36º23.04%74.9%-
XYZ41.2135.6653.43-
YUV165.06142.08146.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 147 (57.81% from 255) = 27.84%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=36.17%
G=27.84%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114719000.230.010.25301.3625.5866.27
HexBF93BE01711912d1a42
Octal27722327602713145532102
Binary101111111001001110111110010111111001100101101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF93BE; }

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

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

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

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

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

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

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

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