Shades of Pumice #B0BBA7
Tints of Pumice #B0BBA7
RGB
CMYK
RGB Variations
Color information
#B0BBA7 (or 0xB0BBA7) is known color: Pumice. HEX triplet: B0, BB and A7. RGB value is (176,187,167). Sum of RGB (Red+Green+Blue) = 176+187+167=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BBA7 is #4F4458. Grayscale: #B5B5B5. Windows color (decimal): -5194841 or 10992560. OLE color: 10992560.
HSL color Cylindrical-coordinate representation of color #B0BBA7: hue angle of 93º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0BBA7 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 187 | 167 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.27 |
| HSL | 93º | 0.13% | 0.69% | - |
| HSV(B) | 93º | 0.11% | 0.73% | - |
| XYZ | 42.65 | 47.56 | 43.49 | - |
| YUV | 181.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 187 | 167 | 0.06 | 0 | 0.11 | 0.27 | 93 | 0.13 | 0.69 |
| Hex | B0 | BB | A7 | 6 | 0 | B | 1B | 5D | D | 45 |
| Octal | 260 | 273 | 247 | 6 | 0 | 13 | 33 | 135 | 15 | 105 |
| Binary | 10110000 | 10111011 | 10100111 | 110 | 0 | 1011 | 11011 | 1011101 | 1101 | 1000101 |
Color Harmonies of #B0BBA7
Complementary color
Monochromatic Colors of #B0BBA7
Black with #B0BBA7
Text Example
Text Example
White with #B0BBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BBA7; }
p { color: rgb(176,187,167); }
H1.HeaderClassName
{
color: #B0BBA7;
}
.AnyTagClassName
{
color: #B0BBA7;
}
</style>
background-color css
<style>
a { background-color: #B0BBA7; }
a { background-color: rgb(176,187,167); }
div.DivClassName
{
background-color: #B0BBA7;
}
.BgClassName
{
background-color: #B0BBA7;
}
</style>
border-color css
<style>
span { border-color: #B0BBA7; }
span { border-color: rgb(176,187,167); }
td.TdClassName
{
border-color: #B0BBA7;
}
.TagClassName
{
border-color: #B0BBA7;
}
</style>