Shades of Bombay #B2B3A4
Tints of Bombay #B2B3A4
RGB
CMYK
RGB Variations
Color information
#B2B3A4 (or 0xB2B3A4) is known color: Bombay. HEX triplet: B2, B3 and A4. RGB value is (178,179,164). Sum of RGB (Red+Green+Blue) = 178+179+164=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B3A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B3A4 is #4D4C5B. Grayscale: #B1B1B1. Windows color (decimal): -5065820 or 10793906. OLE color: 10793906.
HSL color Cylindrical-coordinate representation of color #B2B3A4: hue angle of 64º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2B3A4 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 164 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.30 |
| HSL | 64º | 0.09% | 0.67% | - |
| HSV(B) | 64º | 0.08% | 0.7% | - |
| XYZ | 41.18 | 44.39 | 41.52 | - |
| YUV | 176.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 164 | 0.01 | 0 | 0.08 | 0.30 | 64 | 0.09 | 0.67 |
| Hex | B2 | B3 | A4 | 1 | 0 | 8 | 1E | 40 | 9 | 43 |
| Octal | 262 | 263 | 244 | 1 | 0 | 10 | 36 | 100 | 11 | 103 |
| Binary | 10110010 | 10110011 | 10100100 | 1 | 0 | 1000 | 11110 | 1000000 | 1001 | 1000011 |
Color Harmonies of #B2B3A4
Complementary color
Monochromatic Colors of #B2B3A4
Black with #B2B3A4
Text Example
Text Example
White with #B2B3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B3A4; }
p { color: rgb(178,179,164); }
H1.HeaderClassName
{
color: #B2B3A4;
}
.AnyTagClassName
{
color: #B2B3A4;
}
</style>
background-color css
<style>
a { background-color: #B2B3A4; }
a { background-color: rgb(178,179,164); }
div.DivClassName
{
background-color: #B2B3A4;
}
.BgClassName
{
background-color: #B2B3A4;
}
</style>
border-color css
<style>
span { border-color: #B2B3A4; }
span { border-color: rgb(178,179,164); }
td.TdClassName
{
border-color: #B2B3A4;
}
.TagClassName
{
border-color: #B2B3A4;
}
</style>