#BF94C0

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

Shades of Lilac #BF94C0

Tints of Lilac #BF94C0

Color information

#BF94C0 (or 0xBF94C0) is unknown color: approx Lilac. HEX triplet: BF, 94 and C0. RGB value is (191,148,192). Sum of RGB (Red+Green+Blue) = 191+148+192=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF94C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94C0 is #406B3F. Grayscale: #A5A5A5. Windows color (decimal): -4221760 or 12620991. OLE color: 12620991.

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

Color convert

RGB191148192-
CMYK0.010.2300.25
HSL298.64º25.88%66.67%-
HSV(B)298.64º22.92%75.29%-
XYZ41.5936.0654.64-
YUV165.87142.75145.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=35.97%
G=27.87%
B=36.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911481920.010.2300.25298.6425.8866.67
HexBF94C011701912b1a43
Octal27722430012703145332103
Binary101111111001010011000000110111011001100101011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94C0; }

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

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

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

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

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

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

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

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