#BF8EC4

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

Shades of Lilac #BF8EC4

Tints of Lilac #BF8EC4

Color information

#BF8EC4 (or 0xBF8EC4) is unknown color: approx Lilac. HEX triplet: BF, 8E and C4. RGB value is (191,142,196). Sum of RGB (Red+Green+Blue) = 191+142+196=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 196 - color contains mainly: blue. Hex color #BF8EC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EC4 is #40713B. Grayscale: #A2A2A2. Windows color (decimal): -4223292 or 12881599. OLE color: 12881599.

HSL color Cylindrical-coordinate representation of color #BF8EC4: hue angle of 294.44º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8EC4 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB191142196-
CMYK0.030.2800.23
HSL294.44º31.4%66.27%-
HSV(B)294.44º27.55%76.86%-
XYZ41.1234.4156.7-
YUV162.81146.73148.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 196 (76.95% from 255) = 37.05%
R=36.11%
G=26.84%
B=37.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911421960.030.2800.23294.4431.466.27
HexBF8EC431C0171261f42
Octal27721630433402744637102
Binary1011111110001110110001001111100010111100100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EC4; }

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

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

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

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

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

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

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

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