#BCA2AC

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

Shades of Lily #BCA2AC

Tints of Lily #BCA2AC

Color information

#BCA2AC (or 0xBCA2AC) is unknown color: approx Lily. HEX triplet: BC, A2 and AC. RGB value is (188,162,172). Sum of RGB (Red+Green+Blue) = 188+162+172=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2AC is #435D53. Grayscale: #AAAAAA. Windows color (decimal): -4414804 or 11313852. OLE color: 11313852.

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

Color convert

RGB188162172-
CMYK00.140.090.26
HSL336.92º16.25%68.63%-
HSV(B)336.92º13.83%73.73%-
XYZ41.1139.5144.49-
YUV170.91128.61140.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=36.02%
G=31.03%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816217200.140.090.26336.9216.2568.63
HexBCA2AC0E91A1511045
Octal274242254016113252120105
Binary10111100101000101010110001110100111010101010001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2AC; }

 p { color: rgb(188,162,172); }

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

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

 a { background-color: rgb(188,162,172); }

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

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

 span { border-color: rgb(188,162,172); }

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