#BC94B1

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

Shades of Lily #BC94B1

Tints of Lily #BC94B1

Color information

#BC94B1 (or 0xBC94B1) is unknown color: approx Lily. HEX triplet: BC, 94 and B1. RGB value is (188,148,177). Sum of RGB (Red+Green+Blue) = 188+148+177=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94B1 is #436B4E. Grayscale: #A3A3A3. Windows color (decimal): -4418383 or 11637948. OLE color: 11637948.

HSL color Cylindrical-coordinate representation of color #BC94B1: hue angle of 316.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 #BC94B1 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188148177-
CMYK00.210.060.26
HSL316.5º22.99%65.88%-
HSV(B)316.5º21.28%73.73%-
XYZ39.2635.0546.29-
YUV163.27135.75145.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=36.65%
G=28.85%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814817700.210.060.26316.522.9965.88
HexBC94B101561A13c1742
Octal27422426102563247427102
Binary10111100100101001011000101010111011010100111100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC94B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC94B1; }

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

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

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

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

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

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

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

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