Shades of Pumice #B2BBAB
Tints of Pumice #B2BBAB
RGB
CMYK
RGB Variations
Color information
#B2BBAB (or 0xB2BBAB) is known color: Pumice. HEX triplet: B2, BB and AB. RGB value is (178,187,171). Sum of RGB (Red+Green+Blue) = 178+187+171=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BBAB is #4D4454. Grayscale: #B6B6B6. Windows color (decimal): -5063765 or 11254706. OLE color: 11254706.
HSL color Cylindrical-coordinate representation of color #B2BBAB: hue angle of 93.75º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2BBAB is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
RGB | 178 | 187 | 171 | - |
CMYK | 0.05 | 0 | 0.09 | 0.27 |
HSL | 93.75º | 0.11% | 0.7% | - |
HSV(B) | 93.75º | 0.09% | 0.73% | - |
XYZ | 43.48 | 47.95 | 45.49 | - |
YUV | 182.49 | 121.52 | 124.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 187 | 171 | 0.05 | 0 | 0.09 | 0.27 | 93.75 | 0.11 | 0.7 |
Hex | B2 | BB | AB | 5 | 0 | 9 | 1B | 5E | B | 46 |
Octal | 262 | 273 | 253 | 5 | 0 | 11 | 33 | 136 | 13 | 106 |
Binary | 10110010 | 10111011 | 10101011 | 101 | 0 | 1001 | 11011 | 1011110 | 1011 | 1000110 |
Color Harmonies of #B2BBAB
Complementary color
Monochromatic Colors of #B2BBAB
Black with #B2BBAB
Text Example
Text Example
White with #B2BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBAB; }
p { color: rgb(178,187,171); }
H1.HeaderClassName
{
color: #B2BBAB;
}
.AnyTagClassName
{
color: #B2BBAB;
}
</style>
background-color css
<style>
a { background-color: #B2BBAB; }
a { background-color: rgb(178,187,171); }
div.DivClassName
{
background-color: #B2BBAB;
}
.BgClassName
{
background-color: #B2BBAB;
}
</style>
border-color css
<style>
span { border-color: #B2BBAB; }
span { border-color: rgb(178,187,171); }
td.TdClassName
{
border-color: #B2BBAB;
}
.TagClassName
{
border-color: #B2BBAB;
}
</style>