Shades of Pumice #B9BBB7
Tints of Pumice #B9BBB7
RGB
CMYK
RGB Variations
Color information
#B9BBB7 (or 0xB9BBB7) is known color: Pumice. HEX triplet: B9, BB and B7. RGB value is (185,187,183). Sum of RGB (Red+Green+Blue) = 185+187+183=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBB7 is #464448. Grayscale: #B9B9B9. Windows color (decimal): -4605001 or 12041145. OLE color: 12041145.
HSL color Cylindrical-coordinate representation of color #B9BBB7: hue angle of 90º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B9BBB7 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 187 | 183 | - |
CMYK | 0.01 | 0 | 0.02 | 0.27 |
HSL | 90º | 0.03% | 0.73% | - |
HSV(B) | 90º | 0.02% | 0.73% | - |
XYZ | 46.33 | 49.27 | 51.87 | - |
YUV | 185.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 187 | 183 | 0.01 | 0 | 0.02 | 0.27 | 90 | 0.03 | 0.73 |
Hex | B9 | BB | B7 | 1 | 0 | 2 | 1B | 5A | 3 | 49 |
Octal | 271 | 273 | 267 | 1 | 0 | 2 | 33 | 132 | 3 | 111 |
Binary | 10111001 | 10111011 | 10110111 | 1 | 0 | 10 | 11011 | 1011010 | 11 | 1001001 |
Color Harmonies of #B9BBB7
Complementary color
Monochromatic Colors of #B9BBB7
Black with #B9BBB7
Text Example
Text Example
White with #B9BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BBB7; }
p { color: rgb(185,187,183); }
H1.HeaderClassName
{
color: #B9BBB7;
}
.AnyTagClassName
{
color: #B9BBB7;
}
</style>
background-color css
<style>
a { background-color: #B9BBB7; }
a { background-color: rgb(185,187,183); }
div.DivClassName
{
background-color: #B9BBB7;
}
.BgClassName
{
background-color: #B9BBB7;
}
</style>
border-color css
<style>
span { border-color: #B9BBB7; }
span { border-color: rgb(185,187,183); }
td.TdClassName
{
border-color: #B9BBB7;
}
.TagClassName
{
border-color: #B9BBB7;
}
</style>