#BC95BD

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

Shades of Lilac #BC95BD

Tints of Lilac #BC95BD

Color information

#BC95BD (or 0xBC95BD) is unknown color: approx Lilac. HEX triplet: BC, 95 and BD. RGB value is (188,149,189). Sum of RGB (Red+Green+Blue) = 188+149+189=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95BD is #436A42. Grayscale: #A5A5A5. Windows color (decimal): -4418115 or 12424636. OLE color: 12424636.

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

Color convert

RGB188149189-
CMYK0.010.2100.26
HSL298.5º23.26%66.27%-
HSV(B)298.5º21.16%74.12%-
XYZ40.6735.8652.92-
YUV165.22141.42144.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=35.74%
G=28.33%
B=35.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881491890.010.2100.26298.523.2666.27
HexBC95BD11501A12a1742
Octal27422527512503245227102
Binary101111001001010110111101110101011010100101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC95BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC95BD; }

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

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

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

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

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

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

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

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