#BCABB3

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

Shades of Lily #BCABB3

Tints of Lily #BCABB3

Color information

#BCABB3 (or 0xBCABB3) is unknown color: approx Lily. HEX triplet: BC, AB and B3. RGB value is (188,171,179). Sum of RGB (Red+Green+Blue) = 188+171+179=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABB3 is #43544C. Grayscale: #B0B0B0. Windows color (decimal): -4412493 or 11774908. OLE color: 11774908.

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

Color convert

RGB188171179-
CMYK00.090.050.26
HSL331.76º11.26%70.39%-
HSV(B)331.76º9.04%73.73%-
XYZ43.4443.0748.67-
YUV177129.13135.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 179 (70.31% from 255) = 33.27%
R=34.94%
G=31.78%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817117900.090.050.26331.7611.2670.39
HexBCABB30951A14cb46
Octal27425326301153251413106
Binary101111001010101110110011010011011101010100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABB3; }

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

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

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

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

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

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

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

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