#BCA0AB

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

Shades of Lily #BCA0AB

Tints of Lily #BCA0AB

Color information

#BCA0AB (or 0xBCA0AB) is unknown color: approx Lily. HEX triplet: BC, A0 and AB. RGB value is (188,160,171). Sum of RGB (Red+Green+Blue) = 188+160+171=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0AB is #435F54. Grayscale: #A9A9A9. Windows color (decimal): -4415317 or 11247804. OLE color: 11247804.

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

Color convert

RGB188160171-
CMYK00.150.090.26
HSL336.43º17.28%68.24%-
HSV(B)336.43º14.89%73.73%-
XYZ40.6638.7743.87-
YUV169.63128.78141.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=36.22%
G=30.83%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816017100.150.090.26336.4317.2868.24
HexBCA0AB0F91A1501144
Octal274240253017113252021104
Binary10111100101000001010101101111100111010101010000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0AB; }

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

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

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

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

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

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

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

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