#BCABB5

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

Shades of Lily #BCABB5

Tints of Lily #BCABB5

Color information

#BCABB5 (or 0xBCABB5) is unknown color: approx Lily. HEX triplet: BC, AB and B5. RGB value is (188,171,181). Sum of RGB (Red+Green+Blue) = 188+171+181=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABB5 is #43544A. Grayscale: #B1B1B1. Windows color (decimal): -4412491 or 11905980. OLE color: 11905980.

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

Color convert

RGB188171181-
CMYK00.090.040.26
HSL324.71º11.26%70.39%-
HSV(B)324.71º9.04%73.73%-
XYZ43.6443.1549.75-
YUV177.22130.13135.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.81%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=34.81%
G=31.67%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817118100.090.040.26324.7111.2670.39
HexBCABB50941A145b46
Octal27425326501143250513106
Binary101111001010101110110101010011001101010100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABB5; }

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

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

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

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

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

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

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

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