#BC94C6

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

Shades of Lilac #BC94C6

Tints of Lilac #BC94C6

Color information

#BC94C6 (or 0xBC94C6) is unknown color: approx Lilac. HEX triplet: BC, 94 and C6. RGB value is (188,148,198). Sum of RGB (Red+Green+Blue) = 188+148+198=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC94C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94C6 is #436B39. Grayscale: #A5A5A5. Windows color (decimal): -4418362 or 13014204. OLE color: 13014204.

HSL color Cylindrical-coordinate representation of color #BC94C6: hue angle of 288º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC94C6 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188148198-
CMYK0.050.2500.22
HSL288º30.49%67.84%-
HSV(B)288º25.25%77.65%-
XYZ41.5235.9558.18-
YUV165.66146.25143.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=35.21%
G=27.72%
B=37.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881481980.050.2500.2228830.4967.84
HexBC94C65190161201e44
Octal27422430653102644036104
Binary10111100100101001100011010111001010110100100000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94C6; }

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

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

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

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

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

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

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

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