#BC8FC4

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

Shades of Lilac #BC8FC4

Tints of Lilac #BC8FC4

Color information

#BC8FC4 (or 0xBC8FC4) is unknown color: approx Lilac. HEX triplet: BC, 8F and C4. RGB value is (188,143,196). Sum of RGB (Red+Green+Blue) = 188+143+196=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC8FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FC4 is #43703B. Grayscale: #A2A2A2. Windows color (decimal): -4419644 or 12881852. OLE color: 12881852.

HSL color Cylindrical-coordinate representation of color #BC8FC4: hue angle of 290.94º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8FC4 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188143196-
CMYK0.040.2700.23
HSL290.94º30.99%66.47%-
HSV(B)290.94º27.04%76.86%-
XYZ40.5334.3256.71-
YUV162.5146.91146.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 196 (76.95% from 255) = 37.19%
R=35.67%
G=27.13%
B=37.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881431960.040.2700.23290.9430.9966.47
HexBC8FC441B0171231f42
Octal27421730443302744337102
Binary10111100100011111100010010011011010111100100011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FC4; }

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

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

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

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

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

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

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

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