#BAAFAA

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

Shades of Martini #BAAFAA

Tints of Martini #BAAFAA

Color information

#BAAFAA (or 0xBAAFAA) is unknown color: approx Martini. HEX triplet: BA, AF and AA. RGB value is (186,175,170). Sum of RGB (Red+Green+Blue) = 186+175+170=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAFAA is #455055. Grayscale: #B1B1B1. Windows color (decimal): -4542550 or 11186106. OLE color: 11186106.

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

Color convert

RGB186175170-
CMYK00.060.090.27
HSL18.75º10.39%69.8%-
HSV(B)18.75º8.6%72.94%-
XYZ42.844444.27-
YUV177.72123.64133.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=35.03%
G=32.96%
B=32.02%

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
Decimal18617517000.060.090.2718.7510.3969.8
HexBAAFAA0691B13a46
Octal2722572520611332312106
Binary10111010101011111010101001101001110111001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFAA; }

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

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

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

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

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

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

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

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