#BF94BF

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

Shades of Lilac #BF94BF

Tints of Lilac #BF94BF

Color information

#BF94BF (or 0xBF94BF) is unknown color: approx Lilac. HEX triplet: BF, 94 and BF. RGB value is (191,148,191). Sum of RGB (Red+Green+Blue) = 191+148+191=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF94BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94BF is #406B40. Grayscale: #A5A5A5. Windows color (decimal): -4221761 or 12555455. OLE color: 12555455.

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

Color convert

RGB191148191-
CMYK00.2300.25
HSL300º25.15%66.47%-
HSV(B)300º22.51%74.9%-
XYZ41.4836.0254.06-
YUV165.76142.25146-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 191 (75% from 255) = 36.04%
R=36.04%
G=27.92%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114819100.2300.2530025.1566.47
HexBF94BF01701912c1942
Octal27722427702703145431102
Binary101111111001010010111111010111011001100101100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94BF; }

 p { color: rgb(191,148,191); }

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

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

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

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

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

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

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