#BCACA6

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

Shades of Martini #BCACA6

Tints of Martini #BCACA6

Color information

#BCACA6 (or 0xBCACA6) is unknown color: approx Martini. HEX triplet: BC, AC and A6. RGB value is (188,172,166). Sum of RGB (Red+Green+Blue) = 188+172+166=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACA6 is #435359. Grayscale: #B0B0B0. Windows color (decimal): -4412250 or 10923196. OLE color: 10923196.

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

Color convert

RGB188172166-
CMYK00.090.120.26
HSL16.36º14.1%69.41%-
HSV(B)16.36º11.7%73.73%-
XYZ42.3742.9542.13-
YUV176.1122.3136.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=35.74%
G=32.70%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817216600.090.120.2616.3614.169.41
HexBCACA609C1A10e45
Octal27425424601114322016105
Binary101111001010110010100110010011100110101000011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACA6; }

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

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

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

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

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

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

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

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