#BC8CA6

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

Shades of Lily #BC8CA6

Tints of Lily #BC8CA6

Color information

#BC8CA6 (or 0xBC8CA6) is unknown color: approx Lily. HEX triplet: BC, 8C and A6. RGB value is (188,140,166). Sum of RGB (Red+Green+Blue) = 188+140+166=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8CA6 is #437359. Grayscale: #9D9D9D. Windows color (decimal): -4420442 or 10915004. OLE color: 10915004.

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

Color convert

RGB188140166-
CMYK00.260.120.26
HSL327.5º26.37%64.31%-
HSV(B)327.5º25.53%73.73%-
XYZ3732.240.34-
YUV157.32132.9149.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 166 (65.23% from 255) = 33.60%
R=38.06%
G=28.34%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814016600.260.120.26327.526.3764.31
HexBC8CA601AC1A1481a40
Octal274214246032143251032100
Binary101111001000110010100110011010110011010101001000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CA6; }

 p { color: rgb(188,140,166); }

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

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

 a { background-color: rgb(188,140,166); }

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

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

 span { border-color: rgb(188,140,166); }

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