#BCA1AC

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

Shades of Lily #BCA1AC

Tints of Lily #BCA1AC

Color information

#BCA1AC (or 0xBCA1AC) is unknown color: approx Lily. HEX triplet: BC, A1 and AC. RGB value is (188,161,172). Sum of RGB (Red+Green+Blue) = 188+161+172=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA1AC is #435E53. Grayscale: #AAAAAA. Windows color (decimal): -4415060 or 11313596. OLE color: 11313596.

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

Color convert

RGB188161172-
CMYK00.140.090.26
HSL335.56º16.77%68.43%-
HSV(B)335.56º14.36%73.73%-
XYZ40.9339.1644.43-
YUV170.33128.95140.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=36.08%
G=30.90%
B=33.01%

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
Decimal18816117200.140.090.26335.5616.7768.43
HexBCA1AC0E91A1501144
Octal274241254016113252021104
Binary10111100101000011010110001110100111010101010000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1AC; }

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

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

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

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

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

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

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

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