#BC89C1

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

Shades of Lilac #BC89C1

Tints of Lilac #BC89C1

Color information

#BC89C1 (or 0xBC89C1) is unknown color: approx Lilac. HEX triplet: BC, 89 and C1. RGB value is (188,137,193). Sum of RGB (Red+Green+Blue) = 188+137+193=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC89C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89C1 is #43763E. Grayscale: #9E9E9E. Windows color (decimal): -4421183 or 12683708. OLE color: 12683708.

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

Color convert

RGB188137193-
CMYK0.030.2900.24
HSL294.64º31.11%64.71%-
HSV(B)294.64º29.02%75.69%-
XYZ39.3132.4354.64-
YUV158.63147.4148.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 193 (75.78% from 255) = 37.26%
R=36.29%
G=26.45%
B=37.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881371930.030.2900.24294.6431.1164.71
HexBC89C131D0181271f41
Octal27421130133503044737101
Binary1011110010001001110000011111101011000100100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89C1; }

 p { color: rgb(188,137,193); }

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

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

 a { background-color: rgb(188,137,193); }

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

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

 span { border-color: rgb(188,137,193); }

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