#BC98C4

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

Shades of Lilac #BC98C4

Tints of Lilac #BC98C4

Color information

#BC98C4 (or 0xBC98C4) is unknown color: approx Lilac. HEX triplet: BC, 98 and C4. RGB value is (188,152,196). Sum of RGB (Red+Green+Blue) = 188+152+196=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC98C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98C4 is #43673B. Grayscale: #A7A7A7. Windows color (decimal): -4417340 or 12884156. OLE color: 12884156.

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

Color convert

RGB188152196-
CMYK0.040.2200.23
HSL289.09º27.16%68.24%-
HSV(B)289.09º22.45%76.86%-
XYZ41.9337.1357.18-
YUV167.78143.93142.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 196 (76.95% from 255) = 36.57%
R=35.07%
G=28.36%
B=36.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881521960.040.2200.23289.0927.1668.24
HexBC98C44160171211b44
Octal27423030442602744133104
Binary10111100100110001100010010010110010111100100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98C4; }

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

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

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

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

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

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

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

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