#BC8EBF

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

Shades of Lilac #BC8EBF

Tints of Lilac #BC8EBF

Color information

#BC8EBF (or 0xBC8EBF) is unknown color: approx Lilac. HEX triplet: BC, 8E and BF. RGB value is (188,142,191). Sum of RGB (Red+Green+Blue) = 188+142+191=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC8EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EBF is #437140. Grayscale: #A1A1A1. Windows color (decimal): -4419905 or 12553916. OLE color: 12553916.

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

Color convert

RGB188142191-
CMYK0.020.2600.25
HSL296.33º27.68%65.29%-
HSV(B)296.33º25.65%74.9%-
XYZ39.8233.853.72-
YUV161.34144.74147.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 191 (75% from 255) = 36.66%
R=36.08%
G=27.26%
B=36.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881421910.020.2600.25296.3327.6865.29
HexBC8EBF21A0191281c41
Octal27421627723203145034101
Binary1011110010001110101111111011010011001100101000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EBF; }

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

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

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

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

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

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

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

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