#BF8FBC

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

Shades of Lilac #BF8FBC

Tints of Lilac #BF8FBC

Color information

#BF8FBC (or 0xBF8FBC) is unknown color: approx Lilac. HEX triplet: BF, 8F and BC. RGB value is (191,143,188). Sum of RGB (Red+Green+Blue) = 191+143+188=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FBC is #407043. Grayscale: #A2A2A2. Windows color (decimal): -4223044 or 12357567. OLE color: 12357567.

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

Color convert

RGB191143188-
CMYK00.250.020.25
HSL303.75º27.27%65.49%-
HSV(B)303.75º25.13%74.9%-
XYZ40.3934.3552.08-
YUV162.48142.4148.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=36.59%
G=27.39%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114318800.250.020.25303.7527.2765.49
HexBF8FBC0192191301b41
Octal27721727403123146033101
Binary1011111110001111101111000110011011001100110000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8FBC; }

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

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

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

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

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

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

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

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