#BC98BC

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

Shades of Lilac #BC98BC

Tints of Lilac #BC98BC

Color information

#BC98BC (or 0xBC98BC) is unknown color: approx Lilac. HEX triplet: BC, 98 and BC. RGB value is (188,152,188). Sum of RGB (Red+Green+Blue) = 188+152+188=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC98BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98BC is #436743. Grayscale: #A6A6A6. Windows color (decimal): -4417348 or 12359868. OLE color: 12359868.

HSL color Cylindrical-coordinate representation of color #BC98BC: hue angle of 300º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC98BC is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188152188-
CMYK00.1900.26
HSL300º21.18%66.67%-
HSV(B)300º19.15%73.73%-
XYZ41.0436.7852.51-
YUV166.87139.93143.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 188 (73.83% from 255) = 35.61%
R=35.61%
G=28.79%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815218800.1900.2630021.1866.67
HexBC98BC01301A12c1543
Octal27423027402303245425103
Binary101111001001100010111100010011011010100101100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98BC; }

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

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

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

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

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

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

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

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