#BCA9B4

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

Shades of Lily #BCA9B4

Tints of Lily #BCA9B4

Color information

#BCA9B4 (or 0xBCA9B4) is unknown color: approx Lily. HEX triplet: BC, A9 and B4. RGB value is (188,169,180). Sum of RGB (Red+Green+Blue) = 188+169+180=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA9B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9B4 is #43564B. Grayscale: #AFAFAF. Windows color (decimal): -4413004 or 11839932. OLE color: 11839932.

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

Color convert

RGB188169180-
CMYK00.100.040.26
HSL325.26º12.42%70%-
HSV(B)325.26º10.11%73.73%-
XYZ43.1742.3649.08-
YUV175.94130.29136.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 169 (66.41% from 255) = 31.47%
BLUE value IS 180 (70.70% from 255) = 33.52%
R=35.01%
G=31.47%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816918000.100.040.26325.2612.4270
HexBCA9B40A41A145c46
Octal27425126401243250514106
Binary101111001010100110110100010101001101010100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA9B4; }

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

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

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

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

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

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

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

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