Shades of Pumice #B9BFB4
Tints of Pumice #B9BFB4
RGB
CMYK
RGB Variations
Color information
#B9BFB4 (or 0xB9BFB4) is known color: Pumice. HEX triplet: B9, BF and B4. RGB value is (185,191,180). Sum of RGB (Red+Green+Blue) = 185+191+180=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFB4 is #46404B. Grayscale: #BBBBBB. Windows color (decimal): -4603980 or 11845561. OLE color: 11845561.
HSL color Cylindrical-coordinate representation of color #B9BFB4: hue angle of 92.73º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9BFB4 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 191 | 180 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.25 |
| HSL | 92.73º | 0.08% | 0.73% | - |
| HSV(B) | 92.73º | 0.06% | 0.75% | - |
| XYZ | 46.88 | 50.87 | 50.53 | - |
| YUV | 187.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 180 | 0.03 | 0 | 0.06 | 0.25 | 92.73 | 0.08 | 0.73 |
| Hex | B9 | BF | B4 | 3 | 0 | 6 | 19 | 5D | 8 | 49 |
| Octal | 271 | 277 | 264 | 3 | 0 | 6 | 31 | 135 | 10 | 111 |
| Binary | 10111001 | 10111111 | 10110100 | 11 | 0 | 110 | 11001 | 1011101 | 1000 | 1001001 |
Color Harmonies of #B9BFB4
Complementary color
Monochromatic Colors of #B9BFB4
Black with #B9BFB4
Text Example
Text Example
White with #B9BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFB4; }
p { color: rgb(185,191,180); }
H1.HeaderClassName
{
color: #B9BFB4;
}
.AnyTagClassName
{
color: #B9BFB4;
}
</style>
background-color css
<style>
a { background-color: #B9BFB4; }
a { background-color: rgb(185,191,180); }
div.DivClassName
{
background-color: #B9BFB4;
}
.BgClassName
{
background-color: #B9BFB4;
}
</style>
border-color css
<style>
span { border-color: #B9BFB4; }
span { border-color: rgb(185,191,180); }
td.TdClassName
{
border-color: #B9BFB4;
}
.TagClassName
{
border-color: #B9BFB4;
}
</style>