#BF8EC3

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

Shades of Lilac #BF8EC3

Tints of Lilac #BF8EC3

Color information

#BF8EC3 (or 0xBF8EC3) is unknown color: approx Lilac. HEX triplet: BF, 8E and C3. RGB value is (191,142,195). Sum of RGB (Red+Green+Blue) = 191+142+195=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF8EC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EC3 is #40713C. Grayscale: #A2A2A2. Windows color (decimal): -4223293 or 12816063. OLE color: 12816063.

HSL color Cylindrical-coordinate representation of color #BF8EC3: hue angle of 295.47º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8EC3 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191142195-
CMYK0.020.2700.24
HSL295.47º30.64%66.08%-
HSV(B)295.47º27.18%76.47%-
XYZ41.0134.3656.1-
YUV162.69146.23148.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.17%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 195 (76.56% from 255) = 36.93%
R=36.17%
G=26.89%
B=36.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911421950.020.2700.24295.4730.6466.08
HexBF8EC321B0181271f42
Octal27721630323303044737102
Binary1011111110001110110000111011011011000100100111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8EC3; }

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

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

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

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

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

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

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

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