#B0ABAA

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

Shades of Martini #B0ABAA

Tints of Martini #B0ABAA

Color information

#B0ABAA (or 0xB0ABAA) is unknown color: approx Martini. HEX triplet: B0, AB and AA. RGB value is (176,171,170). Sum of RGB (Red+Green+Blue) = 176+171+170=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ABAA is #4F5455. Grayscale: #ACACAC. Windows color (decimal): -5198934 or 11185072. OLE color: 11185072.

HSL color Cylindrical-coordinate representation of color #B0ABAA: hue angle of 10º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0ABAA is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176171170-
CMYK00.030.030.31
HSL10º3.66%67.84%-
HSV(B)10º3.41%69.02%-
XYZ39.7241.2643.9-
YUV172.38126.66130.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=34.04%
G=33.08%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617117000.030.030.31103.6667.84
HexB0ABAA0331Fa444
Octal26025325203337124104
Binary101100001010101110101010011111111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABAA; }

 p { color: rgb(176,171,170); }

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

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

 a { background-color: rgb(176,171,170); }

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

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

 span { border-color: rgb(176,171,170); }

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