#BAAEA9

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

Shades of Martini #BAAEA9

Tints of Martini #BAAEA9

Color information

#BAAEA9 (or 0xBAAEA9) is unknown color: approx Martini. HEX triplet: BA, AE and A9. RGB value is (186,174,169). Sum of RGB (Red+Green+Blue) = 186+174+169=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEA9 is #455156. Grayscale: #B1B1B1. Windows color (decimal): -4542807 or 11120314. OLE color: 11120314.

HSL color Cylindrical-coordinate representation of color #BAAEA9: hue angle of 17.65º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAAEA9 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186174169-
CMYK00.060.090.27
HSL17.65º10.97%69.61%-
HSV(B)17.65º9.14%72.94%-
XYZ42.5543.5843.7-
YUV177.02123.48134.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 169 (66.41% from 255) = 31.95%
R=35.16%
G=32.89%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617416900.060.090.2717.6510.9769.61
HexBAAEA90691B12b46
Octal2722562510611332213106
Binary10111010101011101010100101101001110111001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEA9; }

 p { color: rgb(186,174,169); }

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

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

 a { background-color: rgb(186,174,169); }

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

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

 span { border-color: rgb(186,174,169); }

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