#BCABB4

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

Shades of Lily #BCABB4

Tints of Lily #BCABB4

Color information

#BCABB4 (or 0xBCABB4) is unknown color: approx Lily. HEX triplet: BC, AB and B4. RGB value is (188,171,180). Sum of RGB (Red+Green+Blue) = 188+171+180=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABB4 is #43544B. Grayscale: #B1B1B1. Windows color (decimal): -4412492 or 11840444. OLE color: 11840444.

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

Color convert

RGB188171180-
CMYK00.090.040.26
HSL328.24º11.26%70.39%-
HSV(B)328.24º9.04%73.73%-
XYZ43.5443.1149.21-
YUV177.11129.63135.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 180 (70.70% from 255) = 33.40%
R=34.88%
G=31.73%
B=33.40%

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
Decimal18817118000.090.040.26328.2411.2670.39
HexBCABB40941A148b46
Octal27425326401143251013106
Binary101111001010101110110100010011001101010100100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABB4; }

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

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

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

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

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

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

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

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