#BCACA7

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

Shades of Martini #BCACA7

Tints of Martini #BCACA7

Color information

#BCACA7 (or 0xBCACA7) is unknown color: approx Martini. HEX triplet: BC, AC and A7. RGB value is (188,172,167). Sum of RGB (Red+Green+Blue) = 188+172+167=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACA7 is #435358. Grayscale: #B0B0B0. Windows color (decimal): -4412249 or 10988732. OLE color: 10988732.

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

Color convert

RGB188172167-
CMYK00.090.110.26
HSL14.29º13.55%69.61%-
HSV(B)14.29º11.17%73.73%-
XYZ42.4742.9942.62-
YUV176.21122.8136.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=35.67%
G=32.64%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817216700.090.110.2614.2913.5569.61
HexBCACA709B1Aee46
Octal27425424701113321616106
Binary10111100101011001010011101001101111010111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACA7; }

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

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

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

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

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

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

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

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