#BAADAA

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

Shades of Martini #BAADAA

Tints of Martini #BAADAA

Color information

#BAADAA (or 0xBAADAA) is unknown color: approx Martini. HEX triplet: BA, AD and AA. RGB value is (186,173,170). Sum of RGB (Red+Green+Blue) = 186+173+170=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADAA is #455255. Grayscale: #B0B0B0. Windows color (decimal): -4543062 or 11185594. OLE color: 11185594.

HSL color Cylindrical-coordinate representation of color #BAADAA: hue angle of 11.25º degrees, saturation: 0.1, 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 #BAADAA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186173170-
CMYK00.070.090.27
HSL11.25º10.39%69.8%-
HSV(B)11.25º8.6%72.94%-
XYZ42.4543.2344.14-
YUV176.54124.31134.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=35.16%
G=32.70%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617317000.070.090.2711.2510.3969.8
HexBAADAA0791Bba46
Octal2722552520711331312106
Binary1011101010101101101010100111100111011101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADAA; }

 p { color: rgb(186,173,170); }

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

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

 a { background-color: rgb(186,173,170); }

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

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

 span { border-color: rgb(186,173,170); }

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