#BF88C1

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

Shades of Lilac #BF88C1

Tints of Lilac #BF88C1

Color information

#BF88C1 (or 0xBF88C1) is unknown color: approx Lilac. HEX triplet: BF, 88 and C1. RGB value is (191,136,193). Sum of RGB (Red+Green+Blue) = 191+136+193=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF88C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88C1 is #40773E. Grayscale: #9E9E9E. Windows color (decimal): -4224831 or 12683455. OLE color: 12683455.

HSL color Cylindrical-coordinate representation of color #BF88C1: hue angle of 297.89º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF88C1 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191136193-
CMYK0.010.3000.24
HSL297.89º31.49%64.51%-
HSV(B)297.89º29.53%75.69%-
XYZ39.9232.5354.63-
YUV158.94147.22150.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=36.73%
G=26.15%
B=37.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911361930.010.3000.24297.8931.4964.51
HexBF88C111E01812a1f41
Octal27721030113603045237101
Binary101111111000100011000001111110011000100101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88C1; }

 p { color: rgb(191,136,193); }

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

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

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

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

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

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

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