#BC94BD

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

Shades of Lilac #BC94BD

Tints of Lilac #BC94BD

Color information

#BC94BD (or 0xBC94BD) is unknown color: approx Lilac. HEX triplet: BC, 94 and BD. RGB value is (188,148,189). Sum of RGB (Red+Green+Blue) = 188+148+189=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94BD is #436B42. Grayscale: #A4A4A4. Windows color (decimal): -4418371 or 12424380. OLE color: 12424380.

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

Color convert

RGB188148189-
CMYK0.010.2200.26
HSL298.54º23.7%66.08%-
HSV(B)298.54º21.69%74.12%-
XYZ40.5135.5552.87-
YUV164.63141.75144.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 189 (74.22% from 255) = 36%
R=35.81%
G=28.19%
B=36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881481890.010.2200.26298.5423.766.08
HexBC94BD11601A12b1842
Octal27422427512603245330102
Binary101111001001010010111101110110011010100101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94BD; }

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

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

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

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

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

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

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

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