#BF8BC8

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

Shades of Lilac #BF8BC8

Tints of Lilac #BF8BC8

Color information

#BF8BC8 (or 0xBF8BC8) is unknown color: approx Lilac. HEX triplet: BF, 8B and C8. RGB value is (191,139,200). Sum of RGB (Red+Green+Blue) = 191+139+200=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF8BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BC8 is #407437. Grayscale: #A1A1A1. Windows color (decimal): -4224056 or 13142975. OLE color: 13142975.

HSL color Cylindrical-coordinate representation of color #BF8BC8: hue angle of 291.15º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF8BC8 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191139200-
CMYK0.040.3000.22
HSL291.15º35.67%66.47%-
HSV(B)291.15º30.5%78.43%-
XYZ41.1433.7158.98-
YUV161.5149.73149.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 200 (78.52% from 255) = 37.74%
R=36.04%
G=26.23%
B=37.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911392000.040.3000.22291.1535.6766.47
HexBF8BC841E0161232442
Octal27721331043602644344102
Binary101111111000101111001000100111100101101001000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8BC8; }

 p { color: rgb(191,139,200); }

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

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

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

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

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

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

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