#BC98C3

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

Shades of Lilac #BC98C3

Tints of Lilac #BC98C3

Color information

#BC98C3 (or 0xBC98C3) is unknown color: approx Lilac. HEX triplet: BC, 98 and C3. RGB value is (188,152,195). Sum of RGB (Red+Green+Blue) = 188+152+195=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC98C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98C3 is #43673C. Grayscale: #A7A7A7. Windows color (decimal): -4417341 or 12818620. OLE color: 12818620.

HSL color Cylindrical-coordinate representation of color #BC98C3: hue angle of 290.23º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC98C3 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188152195-
CMYK0.040.2200.24
HSL290.23º26.38%68.04%-
HSV(B)290.23º22.05%76.47%-
XYZ41.8237.0956.58-
YUV167.67143.43142.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 152 (59.77% from 255) = 28.41%
BLUE value IS 195 (76.56% from 255) = 36.45%
R=35.14%
G=28.41%
B=36.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881521950.040.2200.24290.2326.3868.04
HexBC98C34160181221a44
Octal27423030342603044232104
Binary10111100100110001100001110010110011000100100010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98C3; }

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

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

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

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

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

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

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

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