#B1ABAA

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

Shades of Martini #B1ABAA

Tints of Martini #B1ABAA

Color information

#B1ABAA (or 0xB1ABAA) is unknown color: approx Martini. HEX triplet: B1, AB and AA. RGB value is (177,171,170). Sum of RGB (Red+Green+Blue) = 177+171+170=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ABAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ABAA is #4E5455. Grayscale: #ACACAC. Windows color (decimal): -5133398 or 11185073. OLE color: 11185073.

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

Color convert

RGB177171170-
CMYK00.030.040.31
HSL8.57º4.29%68.04%-
HSV(B)8.57º3.95%69.41%-
XYZ39.9541.3843.91-
YUV172.68126.49131.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=34.17%
G=33.01%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717117000.030.040.318.574.2968.04
HexB1ABAA0341F9444
Octal26125325203437114104
Binary1011000110101011101010100111001111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABAA; }

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

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

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

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

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

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

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

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