#BC91AB

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

Shades of Lily #BC91AB

Tints of Lily #BC91AB

Color information

#BC91AB (or 0xBC91AB) is unknown color: approx Lily. HEX triplet: BC, 91 and AB. RGB value is (188,145,171). Sum of RGB (Red+Green+Blue) = 188+145+171=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91AB is #436E54. Grayscale: #A0A0A0. Windows color (decimal): -4419157 or 11243964. OLE color: 11243964.

HSL color Cylindrical-coordinate representation of color #BC91AB: hue angle of 323.72º 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 #BC91AB is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188145171-
CMYK00.230.090.26
HSL323.72º24.29%65.29%-
HSV(B)323.72º22.87%73.73%-
XYZ38.2233.8843.05-
YUV160.82133.75147.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=37.30%
G=28.77%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814517100.230.090.26323.7224.2965.29
HexBC91AB01791A1441841
Octal274221253027113250430101
Binary101111001001000110101011010111100111010101000100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91AB; }

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

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

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

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

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

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

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

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