Shades of Pumice #B8BBB6
Tints of Pumice #B8BBB6
RGB
CMYK
RGB Variations
Color information
#B8BBB6 (or 0xB8BBB6) is known color: Pumice. HEX triplet: B8, BB and B6. RGB value is (184,187,182). Sum of RGB (Red+Green+Blue) = 184+187+182=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBB6 is #474449. Grayscale: #B9B9B9. Windows color (decimal): -4670538 or 11975608. OLE color: 11975608.
HSL color Cylindrical-coordinate representation of color #B8BBB6: hue angle of 96º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B8BBB6 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 184 | 187 | 182 | - |
CMYK | 0.02 | 0 | 0.03 | 0.27 |
HSL | 96º | 0.04% | 0.72% | - |
HSV(B) | 96º | 0.03% | 0.73% | - |
XYZ | 45.98 | 49.11 | 51.31 | - |
YUV | 185.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 187 | 182 | 0.02 | 0 | 0.03 | 0.27 | 96 | 0.04 | 0.72 |
Hex | B8 | BB | B6 | 2 | 0 | 3 | 1B | 60 | 4 | 48 |
Octal | 270 | 273 | 266 | 2 | 0 | 3 | 33 | 140 | 4 | 110 |
Binary | 10111000 | 10111011 | 10110110 | 10 | 0 | 11 | 11011 | 1100000 | 100 | 1001000 |
Color Harmonies of #B8BBB6
Complementary color
Monochromatic Colors of #B8BBB6
Black with #B8BBB6
Text Example
Text Example
White with #B8BBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBB6; }
p { color: rgb(184,187,182); }
H1.HeaderClassName
{
color: #B8BBB6;
}
.AnyTagClassName
{
color: #B8BBB6;
}
</style>
background-color css
<style>
a { background-color: #B8BBB6; }
a { background-color: rgb(184,187,182); }
div.DivClassName
{
background-color: #B8BBB6;
}
.BgClassName
{
background-color: #B8BBB6;
}
</style>
border-color css
<style>
span { border-color: #B8BBB6; }
span { border-color: rgb(184,187,182); }
td.TdClassName
{
border-color: #B8BBB6;
}
.TagClassName
{
border-color: #B8BBB6;
}
</style>