#BF8EC8

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

Shades of Lilac #BF8EC8

Tints of Lilac #BF8EC8

Color information

#BF8EC8 (or 0xBF8EC8) is unknown color: approx Lilac. HEX triplet: BF, 8E and C8. RGB value is (191,142,200). Sum of RGB (Red+Green+Blue) = 191+142+200=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF8EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EC8 is #407137. Grayscale: #A3A3A3. Windows color (decimal): -4223288 or 13143743. OLE color: 13143743.

HSL color Cylindrical-coordinate representation of color #BF8EC8: hue angle of 290.69º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8EC8 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191142200-
CMYK0.040.2900.22
HSL290.69º34.52%67.06%-
HSV(B)290.69º29%78.43%-
XYZ41.5834.5959.13-
YUV163.26148.73147.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.83%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=35.83%
G=26.64%
B=37.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911422000.040.2900.22290.6934.5267.06
HexBF8EC841D0161232343
Octal27721631043502644343103
Binary101111111000111011001000100111010101101001000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EC8; }

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

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

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

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

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

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

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

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