#BF8EC6

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

Shades of Lilac #BF8EC6

Tints of Lilac #BF8EC6

Color information

#BF8EC6 (or 0xBF8EC6) is unknown color: approx Lilac. HEX triplet: BF, 8E and C6. RGB value is (191,142,198). Sum of RGB (Red+Green+Blue) = 191+142+198=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF8EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EC6 is #407139. Grayscale: #A2A2A2. Windows color (decimal): -4223290 or 13012671. OLE color: 13012671.

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

Color convert

RGB191142198-
CMYK0.040.2800.22
HSL292.5º32.94%66.67%-
HSV(B)292.5º28.28%77.65%-
XYZ41.3534.557.91-
YUV163.04147.73147.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=35.97%
G=26.74%
B=37.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911421980.040.2800.22292.532.9466.67
HexBF8EC641C0161242143
Octal27721630643402644441103
Binary101111111000111011000110100111000101101001001001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EC6; }

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

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

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

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

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

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

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

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