#BCACA8

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

Shades of Martini #BCACA8

Tints of Martini #BCACA8

Color information

#BCACA8 (or 0xBCACA8) is unknown color: approx Martini. HEX triplet: BC, AC and A8. RGB value is (188,172,168). Sum of RGB (Red+Green+Blue) = 188+172+168=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCACA8 is #435357. Grayscale: #B0B0B0. Windows color (decimal): -4412248 or 11054268. OLE color: 11054268.

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

Color convert

RGB188172168-
CMYK00.090.110.26
HSL12º12.99%69.8%-
HSV(B)12º10.64%73.73%-
XYZ42.5643.0243.11-
YUV176.33123.3136.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=35.61%
G=32.58%
B=31.82%

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
Decimal18817216800.090.110.261212.9969.8
HexBCACA809B1Acd46
Octal27425425001113321415106
Binary10111100101011001010100001001101111010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACA8; }

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

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

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

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

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

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

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

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