Shades of Bombay #B2B2A8
Tints of Bombay #B2B2A8
RGB
CMYK
RGB Variations
Color information
#B2B2A8 (or 0xB2B2A8) is known color: Bombay. HEX triplet: B2, B2 and A8. RGB value is (178,178,168). Sum of RGB (Red+Green+Blue) = 178+178+168=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B2A8 is #4D4D57. Grayscale: #B0B0B0. Windows color (decimal): -5066072 or 11055794. OLE color: 11055794.
HSL color Cylindrical-coordinate representation of color #B2B2A8: hue angle of 60º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2B2A8 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 178 | 168 | - |
CMYK | 0 | 0 | 0.06 | 0.30 |
HSL | 60º | 0.06% | 0.68% | - |
HSV(B) | 60º | 0.06% | 0.7% | - |
XYZ | 41.35 | 44.13 | 43.39 | - |
YUV | 176.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 178 | 168 | 0 | 0 | 0.06 | 0.30 | 60 | 0.06 | 0.68 |
Hex | B2 | B2 | A8 | 0 | 0 | 6 | 1E | 3C | 6 | 44 |
Octal | 262 | 262 | 250 | 0 | 0 | 6 | 36 | 74 | 6 | 104 |
Binary | 10110010 | 10110010 | 10101000 | 0 | 0 | 110 | 11110 | 111100 | 110 | 1000100 |
Color Harmonies of #B2B2A8
Complementary color
Monochromatic Colors of #B2B2A8
Black with #B2B2A8
Text Example
Text Example
White with #B2B2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B2A8; }
p { color: rgb(178,178,168); }
H1.HeaderClassName
{
color: #B2B2A8;
}
.AnyTagClassName
{
color: #B2B2A8;
}
</style>
background-color css
<style>
a { background-color: #B2B2A8; }
a { background-color: rgb(178,178,168); }
div.DivClassName
{
background-color: #B2B2A8;
}
.BgClassName
{
background-color: #B2B2A8;
}
</style>
border-color css
<style>
span { border-color: #B2B2A8; }
span { border-color: rgb(178,178,168); }
td.TdClassName
{
border-color: #B2B2A8;
}
.TagClassName
{
border-color: #B2B2A8;
}
</style>