#BF91BC

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

Shades of Lilac #BF91BC

Tints of Lilac #BF91BC

Color information

#BF91BC (or 0xBF91BC) is unknown color: approx Lilac. HEX triplet: BF, 91 and BC. RGB value is (191,145,188). Sum of RGB (Red+Green+Blue) = 191+145+188=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BF91BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91BC is #406E43. Grayscale: #A3A3A3. Windows color (decimal): -4222532 or 12358079. OLE color: 12358079.

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

Color convert

RGB191145188-
CMYK00.240.020.25
HSL303.91º26.44%65.88%-
HSV(B)303.91º24.08%74.9%-
XYZ40.6934.9652.18-
YUV163.66141.74147.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.45%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=36.45%
G=27.67%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114518800.240.020.25303.9126.4465.88
HexBF91BC0182191301a42
Octal27722127403023146032102
Binary1011111110010001101111000110001011001100110000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91BC; }

 p { color: rgb(191,145,188); }

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

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

 a { background-color: rgb(191,145,188); }

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

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

 span { border-color: rgb(191,145,188); }

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