#BCA0AA

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

Shades of Lily #BCA0AA

Tints of Lily #BCA0AA

Color information

#BCA0AA (or 0xBCA0AA) is unknown color: approx Lily. HEX triplet: BC, A0 and AA. RGB value is (188,160,170). Sum of RGB (Red+Green+Blue) = 188+160+170=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0AA is #435F55. Grayscale: #A9A9A9. Windows color (decimal): -4415318 or 11182268. OLE color: 11182268.

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

Color convert

RGB188160170-
CMYK00.150.100.26
HSL338.57º17.28%68.24%-
HSV(B)338.57º14.89%73.73%-
XYZ40.5738.7443.37-
YUV169.51128.28141.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=36.29%
G=30.89%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816017000.150.100.26338.5717.2868.24
HexBCA0AA0FA1A1531144
Octal274240252017123252321104
Binary10111100101000001010101001111101011010101010011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0AA; }

 p { color: rgb(188,160,170); }

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

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

 a { background-color: rgb(188,160,170); }

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

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

 span { border-color: rgb(188,160,170); }

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