#BC95C4

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

Shades of Lilac #BC95C4

Tints of Lilac #BC95C4

Color information

#BC95C4 (or 0xBC95C4) is unknown color: approx Lilac. HEX triplet: BC, 95 and C4. RGB value is (188,149,196). Sum of RGB (Red+Green+Blue) = 188+149+196=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC95C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95C4 is #436A3B. Grayscale: #A5A5A5. Windows color (decimal): -4418108 or 12883388. OLE color: 12883388.

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

Color convert

RGB188149196-
CMYK0.040.2400.23
HSL289.79º28.48%67.65%-
HSV(B)289.79º23.98%76.86%-
XYZ41.4536.1757.02-
YUV166.02144.92143.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.27%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=35.27%
G=27.95%
B=36.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881491960.040.2400.23289.7928.4867.65
HexBC95C44180171221c44
Octal27422530443002744234104
Binary10111100100101011100010010011000010111100100010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95C4; }

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

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

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

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

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

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

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

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