#BF8EBD

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

Shades of Lilac #BF8EBD

Tints of Lilac #BF8EBD

Color information

#BF8EBD (or 0xBF8EBD) is unknown color: approx Lilac. HEX triplet: BF, 8E and BD. RGB value is (191,142,189). Sum of RGB (Red+Green+Blue) = 191+142+189=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EBD is #407142. Grayscale: #A1A1A1. Windows color (decimal): -4223299 or 12422847. OLE color: 12422847.

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

Color convert

RGB191142189-
CMYK00.260.010.25
HSL302.45º27.68%65.29%-
HSV(B)302.45º25.65%74.9%-
XYZ40.3434.152.6-
YUV162.01143.23148.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=36.59%
G=27.20%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114218900.260.010.25302.4527.6865.29
HexBF8EBD01A11912e1c41
Octal27721627503213145634101
Binary101111111000111010111101011010111001100101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EBD; }

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

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

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

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

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

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

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

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