Shades of Pumice #B5BBB1
Tints of Pumice #B5BBB1
RGB
CMYK
RGB Variations
Color information
#B5BBB1 (or 0xB5BBB1) is known color: Pumice. HEX triplet: B5, BB and B1. RGB value is (181,187,177). Sum of RGB (Red+Green+Blue) = 181+187+177=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BBB1 is #4A444E. Grayscale: #B8B8B8. Windows color (decimal): -4867151 or 11647925. OLE color: 11647925.
HSL color Cylindrical-coordinate representation of color #B5BBB1: hue angle of 96º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5BBB1 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 177 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.27 |
| HSL | 96º | 0.07% | 0.71% | - |
| HSV(B) | 96º | 0.05% | 0.73% | - |
| XYZ | 44.76 | 48.54 | 48.6 | - |
| YUV | 184.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 177 | 0.03 | 0 | 0.05 | 0.27 | 96 | 0.07 | 0.71 |
| Hex | B5 | BB | B1 | 3 | 0 | 5 | 1B | 60 | 7 | 47 |
| Octal | 265 | 273 | 261 | 3 | 0 | 5 | 33 | 140 | 7 | 107 |
| Binary | 10110101 | 10111011 | 10110001 | 11 | 0 | 101 | 11011 | 1100000 | 111 | 1000111 |
Color Harmonies of #B5BBB1
Complementary color
Monochromatic Colors of #B5BBB1
Black with #B5BBB1
Text Example
Text Example
White with #B5BBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBB1; }
p { color: rgb(181,187,177); }
H1.HeaderClassName
{
color: #B5BBB1;
}
.AnyTagClassName
{
color: #B5BBB1;
}
</style>
background-color css
<style>
a { background-color: #B5BBB1; }
a { background-color: rgb(181,187,177); }
div.DivClassName
{
background-color: #B5BBB1;
}
.BgClassName
{
background-color: #B5BBB1;
}
</style>
border-color css
<style>
span { border-color: #B5BBB1; }
span { border-color: rgb(181,187,177); }
td.TdClassName
{
border-color: #B5BBB1;
}
.TagClassName
{
border-color: #B5BBB1;
}
</style>