Shades of Pumice #B6BFB1
Tints of Pumice #B6BFB1
RGB
CMYK
RGB Variations
Color information
#B6BFB1 (or 0xB6BFB1) is known color: Pumice. HEX triplet: B6, BF and B1. RGB value is (182,191,177). Sum of RGB (Red+Green+Blue) = 182+191+177=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BFB1 is #49404E. Grayscale: #BABABA. Windows color (decimal): -4800591 or 11648950. OLE color: 11648950.
HSL color Cylindrical-coordinate representation of color #B6BFB1: hue angle of 98.57º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B6BFB1 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 191 | 177 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.25 |
| HSL | 98.57º | 0.1% | 0.72% | - |
| HSV(B) | 98.57º | 0.07% | 0.75% | - |
| XYZ | 45.86 | 50.38 | 48.9 | - |
| YUV | 186.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 191 | 177 | 0.05 | 0 | 0.07 | 0.25 | 98.57 | 0.1 | 0.72 |
| Hex | B6 | BF | B1 | 5 | 0 | 7 | 19 | 63 | A | 48 |
| Octal | 266 | 277 | 261 | 5 | 0 | 7 | 31 | 143 | 12 | 110 |
| Binary | 10110110 | 10111111 | 10110001 | 101 | 0 | 111 | 11001 | 1100011 | 1010 | 1001000 |
Color Harmonies of #B6BFB1
Complementary color
Monochromatic Colors of #B6BFB1
Black with #B6BFB1
Text Example
Text Example
White with #B6BFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BFB1; }
p { color: rgb(182,191,177); }
H1.HeaderClassName
{
color: #B6BFB1;
}
.AnyTagClassName
{
color: #B6BFB1;
}
</style>
background-color css
<style>
a { background-color: #B6BFB1; }
a { background-color: rgb(182,191,177); }
div.DivClassName
{
background-color: #B6BFB1;
}
.BgClassName
{
background-color: #B6BFB1;
}
</style>
border-color css
<style>
span { border-color: #B6BFB1; }
span { border-color: rgb(182,191,177); }
td.TdClassName
{
border-color: #B6BFB1;
}
.TagClassName
{
border-color: #B6BFB1;
}
</style>