#BAAEAA

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

Shades of Martini #BAAEAA

Tints of Martini #BAAEAA

Color information

#BAAEAA (or 0xBAAEAA) is unknown color: approx Martini. HEX triplet: BA, AE and AA. RGB value is (186,174,170). Sum of RGB (Red+Green+Blue) = 186+174+170=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEAA is #455155. Grayscale: #B1B1B1. Windows color (decimal): -4542806 or 11185850. OLE color: 11185850.

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

Color convert

RGB186174170-
CMYK00.060.090.27
HSL15º10.39%69.8%-
HSV(B)15º8.6%72.94%-
XYZ42.6443.6144.2-
YUV177.13123.98134.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=35.09%
G=32.83%
B=32.08%

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
Decimal18617417000.060.090.271510.3969.8
HexBAAEAA0691Bfa46
Octal2722562520611331712106
Binary1011101010101110101010100110100111011111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEAA; }

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

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

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

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

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

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

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

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