#BF8ECA

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

Shades of Lilac #BF8ECA

Tints of Lilac #BF8ECA

Color information

#BF8ECA (or 0xBF8ECA) is unknown color: approx Lilac. HEX triplet: BF, 8E and CA. RGB value is (191,142,202). Sum of RGB (Red+Green+Blue) = 191+142+202=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF8ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ECA is #407135. Grayscale: #A3A3A3. Windows color (decimal): -4223286 or 13274815. OLE color: 13274815.

HSL color Cylindrical-coordinate representation of color #BF8ECA: hue angle of 289º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF8ECA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191142202-
CMYK0.050.3000.21
HSL289º36.14%67.45%-
HSV(B)289º29.7%79.22%-
XYZ41.8234.6960.37-
YUV163.49149.73147.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=35.70%
G=26.54%
B=37.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911422020.050.3000.2128936.1467.45
HexBF8ECA51E0151212443
Octal27721631253602544144103
Binary101111111000111011001010101111100101011001000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8ECA; }

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

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

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

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

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

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

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

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