#BF94BC

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

Shades of Lilac #BF94BC

Tints of Lilac #BF94BC

Color information

#BF94BC (or 0xBF94BC) is unknown color: approx Lilac. HEX triplet: BF, 94 and BC. RGB value is (191,148,188). Sum of RGB (Red+Green+Blue) = 191+148+188=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF94BC is #406B43. Grayscale: #A5A5A5. Windows color (decimal): -4221764 or 12358847. OLE color: 12358847.

HSL color Cylindrical-coordinate representation of color #BF94BC: hue angle of 304.19º 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 #BF94BC is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB191148188-
CMYK00.230.020.25
HSL304.19º25.15%66.47%-
HSV(B)304.19º22.51%74.9%-
XYZ41.1535.8952.33-
YUV165.42140.75146.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=36.24%
G=28.08%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114818800.230.020.25304.1925.1566.47
HexBF94BC0172191301942
Octal27722427402723146031102
Binary1011111110010100101111000101111011001100110000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF94BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF94BC; }

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

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

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

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

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

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

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

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