#BCA1AD

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

Shades of Lily #BCA1AD

Tints of Lily #BCA1AD

Color information

#BCA1AD (or 0xBCA1AD) is unknown color: approx Lily. HEX triplet: BC, A1 and AD. RGB value is (188,161,173). Sum of RGB (Red+Green+Blue) = 188+161+173=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1AD is #435E52. Grayscale: #AAAAAA. Windows color (decimal): -4415059 or 11379132. OLE color: 11379132.

HSL color Cylindrical-coordinate representation of color #BCA1AD: hue angle of 333.33º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA1AD is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB188161173-
CMYK00.140.080.26
HSL333.33º16.77%68.43%-
HSV(B)333.33º14.36%73.73%-
XYZ41.0339.244.94-
YUV170.44129.45140.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 161 (63.28% from 255) = 30.84%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=36.02%
G=30.84%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816117300.140.080.26333.3316.7768.43
HexBCA1AD0E81A14d1144
Octal274241255016103251521104
Binary10111100101000011010110101110100011010101001101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1AD; }

 p { color: rgb(188,161,173); }

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

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

 a { background-color: rgb(188,161,173); }

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

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

 span { border-color: rgb(188,161,173); }

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