Shades of Pumice #B8BBB5
Tints of Pumice #B8BBB5
RGB
CMYK
RGB Variations
Color information
#B8BBB5 (or 0xB8BBB5) is known color: Pumice. HEX triplet: B8, BB and B5. RGB value is (184,187,181). Sum of RGB (Red+Green+Blue) = 184+187+181=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 181 (71.09% from 255 or 32.79% from 552); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBB5 is #47444A. Grayscale: #B9B9B9. Windows color (decimal): -4670539 or 11910072. OLE color: 11910072.
HSL color Cylindrical-coordinate representation of color #B8BBB5: hue angle of 90º 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 #B8BBB5 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 184 | 187 | 181 | - |
CMYK | 0.02 | 0 | 0.03 | 0.27 |
HSL | 90º | 0.04% | 0.72% | - |
HSV(B) | 90º | 0.03% | 0.73% | - |
XYZ | 45.88 | 49.07 | 50.77 | - |
YUV | 185.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 187 | 181 | 0.02 | 0 | 0.03 | 0.27 | 90 | 0.04 | 0.72 |
Hex | B8 | BB | B5 | 2 | 0 | 3 | 1B | 5A | 4 | 48 |
Octal | 270 | 273 | 265 | 2 | 0 | 3 | 33 | 132 | 4 | 110 |
Binary | 10111000 | 10111011 | 10110101 | 10 | 0 | 11 | 11011 | 1011010 | 100 | 1001000 |
Color Harmonies of #B8BBB5
Complementary color
Monochromatic Colors of #B8BBB5
Black with #B8BBB5
Text Example
Text Example
White with #B8BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BBB5; }
p { color: rgb(184,187,181); }
H1.HeaderClassName
{
color: #B8BBB5;
}
.AnyTagClassName
{
color: #B8BBB5;
}
</style>
background-color css
<style>
a { background-color: #B8BBB5; }
a { background-color: rgb(184,187,181); }
div.DivClassName
{
background-color: #B8BBB5;
}
.BgClassName
{
background-color: #B8BBB5;
}
</style>
border-color css
<style>
span { border-color: #B8BBB5; }
span { border-color: rgb(184,187,181); }
td.TdClassName
{
border-color: #B8BBB5;
}
.TagClassName
{
border-color: #B8BBB5;
}
</style>