#BCABB0

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

Shades of Lily #BCABB0

Tints of Lily #BCABB0

Color information

#BCABB0 (or 0xBCABB0) is unknown color: approx Lily. HEX triplet: BC, AB and B0. RGB value is (188,171,176). Sum of RGB (Red+Green+Blue) = 188+171+176=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABB0 is #43544F. Grayscale: #B0B0B0. Windows color (decimal): -4412496 or 11578300. OLE color: 11578300.

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

Color convert

RGB188171176-
CMYK00.090.060.26
HSL342.35º11.26%70.39%-
HSV(B)342.35º9.04%73.73%-
XYZ43.1442.9547.09-
YUV176.65127.63136.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=35.14%
G=31.96%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817117600.090.060.26342.3511.2670.39
HexBCABB00961A156b46
Octal27425326001163252613106
Binary101111001010101110110000010011101101010101011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABB0; }

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

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

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

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

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

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

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

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