#BF9EC1

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

Shades of Lilac #BF9EC1

Tints of Lilac #BF9EC1

Color information

#BF9EC1 (or 0xBF9EC1) is unknown color: approx Lilac. HEX triplet: BF, 9E and C1. RGB value is (191,158,193). Sum of RGB (Red+Green+Blue) = 191+158+193=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF9EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9EC1 is #40613E. Grayscale: #ABABAB. Windows color (decimal): -4219199 or 12689087. OLE color: 12689087.

HSL color Cylindrical-coordinate representation of color #BF9EC1: hue angle of 296.57º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9EC1 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191158193-
CMYK0.010.1800.24
HSL296.57º22.01%68.82%-
HSV(B)296.57º18.13%75.69%-
XYZ43.3439.3855.77-
YUV171.86139.93141.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=35.24%
G=29.15%
B=35.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911581930.010.1800.24296.5722.0168.82
HexBF9EC11120181291645
Octal27723630112203045126105
Binary101111111001111011000001110010011000100101001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EC1; }

 p { color: rgb(191,158,193); }

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

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

 a { background-color: rgb(191,158,193); }

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

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

 span { border-color: rgb(191,158,193); }

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