#B1B2AB

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

Shades of Bombay #B1B2AB

Tints of Bombay #B1B2AB

Color information

#B1B2AB (or 0xB1B2AB) is unknown color: approx Bombay. HEX triplet: B1, B2 and AB. RGB value is (177,178,171). Sum of RGB (Red+Green+Blue) = 177+178+171=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B2AB is #4E4D54. Grayscale: #B0B0B0. Windows color (decimal): -5131605 or 11252401. OLE color: 11252401.

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

Color convert

RGB177178171-
CMYK0.0100.040.30
HSL68.57º4.35%68.43%-
HSV(B)68.57º3.93%69.8%-
XYZ41.444.1344.86-
YUV176.9124.67128.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.65%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=33.65%
G=33.84%
B=32.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771781710.0100.040.3068.574.3568.43
HexB1B2AB1041E45444
Octal261262253104361054104
Binary101100011011001010101011101001111010001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B2AB; }

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

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

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

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

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

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

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

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