#BF8EBF

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

Shades of Lilac #BF8EBF

Tints of Lilac #BF8EBF

Color information

#BF8EBF (or 0xBF8EBF) is unknown color: approx Lilac. HEX triplet: BF, 8E and BF. RGB value is (191,142,191). Sum of RGB (Red+Green+Blue) = 191+142+191=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF8EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EBF is #407140. Grayscale: #A2A2A2. Windows color (decimal): -4223297 or 12553919. OLE color: 12553919.

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

Color convert

RGB191142191-
CMYK00.2600.25
HSL300º27.68%65.29%-
HSV(B)300º25.65%74.9%-
XYZ40.5634.1853.75-
YUV162.24144.23148.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 191 (75% from 255) = 36.45%
R=36.45%
G=27.10%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114219100.2600.2530027.6865.29
HexBF8EBF01A01912c1c41
Octal27721627703203145434101
Binary101111111000111010111111011010011001100101100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EBF; }

 p { color: rgb(191,142,191); }

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

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

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

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

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

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

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