#BCABA5

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

Shades of Martini #BCABA5

Tints of Martini #BCABA5

Color information

#BCABA5 (or 0xBCABA5) is unknown color: approx Martini. HEX triplet: BC, AB and A5. RGB value is (188,171,165). Sum of RGB (Red+Green+Blue) = 188+171+165=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCABA5 is #43545A. Grayscale: #AFAFAF. Windows color (decimal): -4412507 or 10857404. OLE color: 10857404.

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

Color convert

RGB188171165-
CMYK00.090.120.26
HSL15.65º14.65%69.22%-
HSV(B)15.65º12.23%73.73%-
XYZ42.0942.5341.59-
YUV175.4122.13136.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=35.88%
G=32.63%
B=31.49%

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
Decimal18817116500.090.120.2615.6514.6569.22
HexBCABA509C1A10f45
Octal27425324501114322017105
Binary101111001010101110100101010011100110101000011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCABA5; }

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

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

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

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

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

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

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

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