#B2B2AC

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

Shades of Bombay #B2B2AC

Tints of Bombay #B2B2AC

Color information

#B2B2AC (or 0xB2B2AC) is unknown color: approx Bombay. HEX triplet: B2, B2 and AC. RGB value is (178,178,172). Sum of RGB (Red+Green+Blue) = 178+178+172=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B2AC is #4D4D53. Grayscale: #B1B1B1. Windows color (decimal): -5066068 or 11317938. OLE color: 11317938.

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

Color convert

RGB178178172-
CMYK000.030.30
HSL60º3.75%68.63%-
HSV(B)60º3.37%69.8%-
XYZ41.7344.2845.38-
YUV177.32125128.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=33.71%
G=33.71%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178178172000.030.30603.7568.63
HexB2B2AC0031E3c445
Octal26226225400336744105
Binary1011001010110010101011000011111101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B2AC; }

 p { color: rgb(178,178,172); }

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

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

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

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

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

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

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