Shades of Pumice #B8BAB7
Tints of Pumice #B8BAB7
RGB
CMYK
RGB Variations
Color information
#B8BAB7 (or 0xB8BAB7) is known color: Pumice. HEX triplet: B8, BA and B7. RGB value is (184,186,183). Sum of RGB (Red+Green+Blue) = 184+186+183=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BAB7 is #474548. Grayscale: #B9B9B9. Windows color (decimal): -4670793 or 12040888. OLE color: 12040888.
HSL color Cylindrical-coordinate representation of color #B8BAB7: hue angle of 100º degrees, saturation: 0.02, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B8BAB7 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 184 | 186 | 183 | - |
CMYK | 0.01 | 0 | 0.02 | 0.27 |
HSL | 100º | 0.02% | 0.72% | - |
HSV(B) | 100º | 0.02% | 0.73% | - |
XYZ | 45.87 | 48.73 | 51.79 | - |
YUV | 185.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 186 | 183 | 0.01 | 0 | 0.02 | 0.27 | 100 | 0.02 | 0.72 |
Hex | B8 | BA | B7 | 1 | 0 | 2 | 1B | 64 | 2 | 48 |
Octal | 270 | 272 | 267 | 1 | 0 | 2 | 33 | 144 | 2 | 110 |
Binary | 10111000 | 10111010 | 10110111 | 1 | 0 | 10 | 11011 | 1100100 | 10 | 1001000 |
Color Harmonies of #B8BAB7
Complementary color
Monochromatic Colors of #B8BAB7
Black with #B8BAB7
Text Example
Text Example
White with #B8BAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BAB7; }
p { color: rgb(184,186,183); }
H1.HeaderClassName
{
color: #B8BAB7;
}
.AnyTagClassName
{
color: #B8BAB7;
}
</style>
background-color css
<style>
a { background-color: #B8BAB7; }
a { background-color: rgb(184,186,183); }
div.DivClassName
{
background-color: #B8BAB7;
}
.BgClassName
{
background-color: #B8BAB7;
}
</style>
border-color css
<style>
span { border-color: #B8BAB7; }
span { border-color: rgb(184,186,183); }
td.TdClassName
{
border-color: #B8BAB7;
}
.TagClassName
{
border-color: #B8BAB7;
}
</style>