#BC90BD

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

Shades of Lilac #BC90BD

Tints of Lilac #BC90BD

Color information

#BC90BD (or 0xBC90BD) is unknown color: approx Lilac. HEX triplet: BC, 90 and BD. RGB value is (188,144,189). Sum of RGB (Red+Green+Blue) = 188+144+189=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC90BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90BD is #436F42. Grayscale: #A2A2A2. Windows color (decimal): -4419395 or 12423356. OLE color: 12423356.

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

Color convert

RGB188144189-
CMYK0.010.2400.26
HSL298.67º25.42%65.29%-
HSV(B)298.67º23.81%74.12%-
XYZ39.934.3152.66-
YUV162.29143.08146.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=36.08%
G=27.64%
B=36.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881441890.010.2400.26298.6725.4265.29
HexBC90BD11801A12b1941
Octal27422027513003245331101
Binary101111001001000010111101111000011010100101011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90BD; }

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

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

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

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

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

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

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

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