Shades of Pumice #B8B9B7
Tints of Pumice #B8B9B7
RGB
CMYK
RGB Variations
Color information
#B8B9B7 (or 0xB8B9B7) is known color: Pumice. HEX triplet: B8, B9 and B7. RGB value is (184,185,183). Sum of RGB (Red+Green+Blue) = 184+185+183=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B9B7 is #474648. Grayscale: #B8B8B8. Windows color (decimal): -4671049 or 12040632. OLE color: 12040632.
HSL color Cylindrical-coordinate representation of color #B8B9B7: hue angle of 90º degrees, saturation: 0.01, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B8B9B7 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 185 | 183 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.27 |
| HSL | 90º | 0.01% | 0.72% | - |
| HSV(B) | 90º | 0.01% | 0.73% | - |
| XYZ | 45.66 | 48.31 | 51.72 | - |
| YUV | 184.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 185 | 183 | 0.01 | 0 | 0.01 | 0.27 | 90 | 0.01 | 0.72 |
| Hex | B8 | B9 | B7 | 1 | 0 | 1 | 1B | 5A | 1 | 48 |
| Octal | 270 | 271 | 267 | 1 | 0 | 1 | 33 | 132 | 1 | 110 |
| Binary | 10111000 | 10111001 | 10110111 | 1 | 0 | 1 | 11011 | 1011010 | 1 | 1001000 |
Color Harmonies of #B8B9B7
Complementary color
Monochromatic Colors of #B8B9B7
Black with #B8B9B7
Text Example
Text Example
White with #B8B9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B9B7; }
p { color: rgb(184,185,183); }
H1.HeaderClassName
{
color: #B8B9B7;
}
.AnyTagClassName
{
color: #B8B9B7;
}
</style>
background-color css
<style>
a { background-color: #B8B9B7; }
a { background-color: rgb(184,185,183); }
div.DivClassName
{
background-color: #B8B9B7;
}
.BgClassName
{
background-color: #B8B9B7;
}
</style>
border-color css
<style>
span { border-color: #B8B9B7; }
span { border-color: rgb(184,185,183); }
td.TdClassName
{
border-color: #B8B9B7;
}
.TagClassName
{
border-color: #B8B9B7;
}
</style>