#BC98BE

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

Shades of Lilac #BC98BE

Tints of Lilac #BC98BE

Color information

#BC98BE (or 0xBC98BE) is unknown color: approx Lilac. HEX triplet: BC, 98 and BE. RGB value is (188,152,190). Sum of RGB (Red+Green+Blue) = 188+152+190=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98BE is #436741. Grayscale: #A6A6A6. Windows color (decimal): -4417346 or 12490940. OLE color: 12490940.

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

Color convert

RGB188152190-
CMYK0.010.200.25
HSL296.84º22.62%67.06%-
HSV(B)296.84º20%74.51%-
XYZ41.2636.8753.66-
YUV167.1140.93142.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=35.47%
G=28.68%
B=35.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881521900.010.200.25296.8422.6267.06
HexBC98BE1140191291743
Octal27423027612403145127103
Binary101111001001100010111110110100011001100101001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98BE; }

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

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

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

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

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

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

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

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