#BCA4AC

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

Shades of Lily #BCA4AC

Tints of Lily #BCA4AC

Color information

#BCA4AC (or 0xBCA4AC) is unknown color: approx Lily. HEX triplet: BC, A4 and AC. RGB value is (188,164,172). Sum of RGB (Red+Green+Blue) = 188+164+172=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA4AC is #435B53. Grayscale: #ACACAC. Windows color (decimal): -4414292 or 11314364. OLE color: 11314364.

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

Color convert

RGB188164172-
CMYK00.130.090.26
HSL340º15.19%69.02%-
HSV(B)340º12.77%73.73%-
XYZ41.4640.2244.61-
YUV172.09127.95139.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=35.88%
G=31.30%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816417200.130.090.2634015.1969.02
HexBCA4AC0D91A154f45
Octal274244254015113252417105
Binary1011110010100100101011000110110011101010101010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4AC; }

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

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

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

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

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

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

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

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