#B2B3AD

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

Shades of Bombay #B2B3AD

Tints of Bombay #B2B3AD

Color information

#B2B3AD (or 0xB2B3AD) is unknown color: approx Bombay. HEX triplet: B2, B3 and AD. RGB value is (178,179,173). Sum of RGB (Red+Green+Blue) = 178+179+173=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B3AD is #4D4C52. Grayscale: #B2B2B2. Windows color (decimal): -5065811 or 11383730. OLE color: 11383730.

HSL color Cylindrical-coordinate representation of color #B2B3AD: hue angle of 70º 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 #B2B3AD is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178179173-
CMYK0.0100.030.30
HSL70º3.8%69.02%-
HSV(B)70º3.35%70.2%-
XYZ42.0244.7245.95-
YUV178.02125.17127.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=33.58%
G=33.77%
B=32.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791730.0100.030.30703.869.02
HexB2B3AD1031E46445
Octal262263255103361064105
Binary10110010101100111010110110111111010001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B3AD; }

 p { color: rgb(178,179,173); }

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

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

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

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

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

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

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