#BCABA2

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

Shades of Martini #BCABA2

Tints of Martini #BCABA2

Color information

#BCABA2 (or 0xBCABA2) is unknown color: approx Martini. HEX triplet: BC, AB and A2. RGB value is (188,171,162). Sum of RGB (Red+Green+Blue) = 188+171+162=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA2 is #43545D. Grayscale: #AFAFAF. Windows color (decimal): -4412510 or 10660796. OLE color: 10660796.

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

Color convert

RGB188171162-
CMYK00.090.140.26
HSL20.77º16.25%68.63%-
HSV(B)20.77º13.83%73.73%-
XYZ41.8242.4340.17-
YUV175.06120.63137.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 162 (63.67% from 255) = 31.09%
R=36.08%
G=32.82%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817116200.090.140.2620.7716.2568.63
HexBCABA209E1A151045
Octal27425324201116322520105
Binary1011110010101011101000100100111101101010101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABA2; }

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

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

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

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

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

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

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

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