#BC90BE

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

Shades of Lilac #BC90BE

Tints of Lilac #BC90BE

Color information

#BC90BE (or 0xBC90BE) is unknown color: approx Lilac. HEX triplet: BC, 90 and BE. RGB value is (188,144,190). Sum of RGB (Red+Green+Blue) = 188+144+190=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90BE is #436F41. Grayscale: #A2A2A2. Windows color (decimal): -4419394 or 12488892. OLE color: 12488892.

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

Color convert

RGB188144190-
CMYK0.010.2400.25
HSL297.39º26.14%65.49%-
HSV(B)297.39º24.21%74.51%-
XYZ40.0134.3653.24-
YUV162.4143.58146.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=36.02%
G=27.59%
B=36.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881441900.010.2400.25297.3926.1465.49
HexBC90BE1180191291a41
Octal27422027613003145132101
Binary101111001001000010111110111000011001100101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90BE; }

 p { color: rgb(188,144,190); }

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

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

 a { background-color: rgb(188,144,190); }

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

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

 span { border-color: rgb(188,144,190); }

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