#BC98C1

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

Shades of Lilac #BC98C1

Tints of Lilac #BC98C1

Color information

#BC98C1 (or 0xBC98C1) is unknown color: approx Lilac. HEX triplet: BC, 98 and C1. RGB value is (188,152,193). Sum of RGB (Red+Green+Blue) = 188+152+193=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC98C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98C1 is #43673E. Grayscale: #A7A7A7. Windows color (decimal): -4417343 or 12687548. OLE color: 12687548.

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

Color convert

RGB188152193-
CMYK0.030.2100.24
HSL292.68º24.85%67.65%-
HSV(B)292.68º21.24%75.69%-
XYZ41.593755.4-
YUV167.44142.43142.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 152 (59.77% from 255) = 28.52%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=35.27%
G=28.52%
B=36.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881521930.030.2100.24292.6824.8567.65
HexBC98C13150181251944
Octal27423030132503044531104
Binary1011110010011000110000011110101011000100100101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98C1; }

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

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

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

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

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

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

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

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