#BCABA8

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

Shades of Martini #BCABA8

Tints of Martini #BCABA8

Color information

#BCABA8 (or 0xBCABA8) is unknown color: approx Martini. HEX triplet: BC, AB and A8. RGB value is (188,171,168). Sum of RGB (Red+Green+Blue) = 188+171+168=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA8 is #435457. Grayscale: #AFAFAF. Windows color (decimal): -4412504 or 11054012. OLE color: 11054012.

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

Color convert

RGB188171168-
CMYK00.090.110.26
HSL12.99%69.8%-
HSV(B)10.64%73.73%-
XYZ42.3742.6443.04-
YUV175.74123.63136.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 168 (66.02% from 255) = 31.88%
R=35.67%
G=32.45%
B=31.88%

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
Decimal18817116800.090.110.26912.9969.8
HexBCABA809B1A9d46
Octal27425325001113321115106
Binary10111100101010111010100001001101111010100111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABA8; }

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

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

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

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

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

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

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

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