#BC90BF

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

Shades of Lilac #BC90BF

Tints of Lilac #BC90BF

Color information

#BC90BF (or 0xBC90BF) is unknown color: approx Lilac. HEX triplet: BC, 90 and BF. RGB value is (188,144,191). Sum of RGB (Red+Green+Blue) = 188+144+191=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90BF is #436F40. Grayscale: #A2A2A2. Windows color (decimal): -4419393 or 12554428. OLE color: 12554428.

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

Color convert

RGB188144191-
CMYK0.020.2500.25
HSL296.17º26.86%65.69%-
HSV(B)296.17º24.61%74.9%-
XYZ40.1234.453.82-
YUV162.51144.08146.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 144 (56.64% from 255) = 27.53%
BLUE value IS 191 (75% from 255) = 36.52%
R=35.95%
G=27.53%
B=36.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881441910.020.2500.25296.1726.8665.69
HexBC90BF2190191281b42
Octal27422027723103145033102
Binary1011110010010000101111111011001011001100101000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90BF; }

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

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

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

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

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

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

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

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