#BC91A6

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

Shades of Lily #BC91A6

Tints of Lily #BC91A6

Color information

#BC91A6 (or 0xBC91A6) is unknown color: approx Lily. HEX triplet: BC, 91 and A6. RGB value is (188,145,166). Sum of RGB (Red+Green+Blue) = 188+145+166=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91A6 is #436E59. Grayscale: #A0A0A0. Windows color (decimal): -4419162 or 10916284. OLE color: 10916284.

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

Color convert

RGB188145166-
CMYK00.230.120.26
HSL330.7º24.29%65.29%-
HSV(B)330.7º22.87%73.73%-
XYZ37.7533.740.59-
YUV160.25131.25147.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 166 (65.23% from 255) = 33.27%
R=37.68%
G=29.06%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814516600.230.120.26330.724.2965.29
HexBC91A6017C1A14b1841
Octal274221246027143251330101
Binary101111001001000110100110010111110011010101001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91A6; }

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

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

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

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

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

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

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

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