Shades of Pumice #B0BBA8
Tints of Pumice #B0BBA8
RGB
CMYK
RGB Variations
Color information
#B0BBA8 (or 0xB0BBA8) is known color: Pumice. HEX triplet: B0, BB and A8. RGB value is (176,187,168). Sum of RGB (Red+Green+Blue) = 176+187+168=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BBA8 is #4F4457. Grayscale: #B5B5B5. Windows color (decimal): -5194840 or 11058096. OLE color: 11058096.
HSL color Cylindrical-coordinate representation of color #B0BBA8: hue angle of 94.74º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0BBA8 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 168 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.27 |
| HSL | 94.74º | 0.12% | 0.7% | - |
| HSV(B) | 94.74º | 0.1% | 0.73% | - |
| XYZ | 42.74 | 47.6 | 43.98 | - |
| YUV | 181.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 168 | 0.06 | 0 | 0.10 | 0.27 | 94.74 | 0.12 | 0.7 |
| Hex | B0 | BB | A8 | 6 | 0 | A | 1B | 5F | C | 46 |
| Octal | 260 | 273 | 250 | 6 | 0 | 12 | 33 | 137 | 14 | 106 |
| Binary | 10110000 | 10111011 | 10101000 | 110 | 0 | 1010 | 11011 | 1011111 | 1100 | 1000110 |
Color Harmonies of #B0BBA8
Complementary color
Monochromatic Colors of #B0BBA8
Black with #B0BBA8
Text Example
Text Example
White with #B0BBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBA8; }
p { color: rgb(176,187,168); }
H1.HeaderClassName
{
color: #B0BBA8;
}
.AnyTagClassName
{
color: #B0BBA8;
}
</style>
background-color css
<style>
a { background-color: #B0BBA8; }
a { background-color: rgb(176,187,168); }
div.DivClassName
{
background-color: #B0BBA8;
}
.BgClassName
{
background-color: #B0BBA8;
}
</style>
border-color css
<style>
span { border-color: #B0BBA8; }
span { border-color: rgb(176,187,168); }
td.TdClassName
{
border-color: #B0BBA8;
}
.TagClassName
{
border-color: #B0BBA8;
}
</style>