#BF91C3

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

Shades of Lilac #BF91C3

Tints of Lilac #BF91C3

Color information

#BF91C3 (or 0xBF91C3) is unknown color: approx Lilac. HEX triplet: BF, 91 and C3. RGB value is (191,145,195). Sum of RGB (Red+Green+Blue) = 191+145+195=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF91C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91C3 is #406E3C. Grayscale: #A4A4A4. Windows color (decimal): -4222525 or 12816831. OLE color: 12816831.

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

Color convert

RGB191145195-
CMYK0.020.2600.24
HSL295.2º29.41%66.67%-
HSV(B)295.2º25.64%76.47%-
XYZ41.4635.2756.25-
YUV164.45145.24146.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 195 (76.56% from 255) = 36.72%
R=35.97%
G=27.31%
B=36.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911451950.020.2600.24295.229.4166.67
HexBF91C321A0181271d43
Octal27722130323203044735103
Binary1011111110010001110000111011010011000100100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF91C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF91C3; }

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

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

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

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

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

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

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

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