#BAAEA8

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

Shades of Martini #BAAEA8

Tints of Martini #BAAEA8

Color information

#BAAEA8 (or 0xBAAEA8) is unknown color: approx Martini. HEX triplet: BA, AE and A8. RGB value is (186,174,168). Sum of RGB (Red+Green+Blue) = 186+174+168=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEA8 is #455157. Grayscale: #B0B0B0. Windows color (decimal): -4542808 or 11054778. OLE color: 11054778.

HSL color Cylindrical-coordinate representation of color #BAAEA8: hue angle of 20º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAAEA8 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB186174168-
CMYK00.060.100.27
HSL20º11.54%69.41%-
HSV(B)20º9.68%72.94%-
XYZ42.4543.5443.21-
YUV176.9122.98134.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 168 (66.02% from 255) = 31.82%
R=35.23%
G=32.95%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617416800.060.100.272011.5469.41
HexBAAEA806A1B14c45
Octal2722562500612332414105
Binary10111010101011101010100001101010110111010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEA8; }

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

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

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

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

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

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

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

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