Shades of Pumice #BFC6BB
Tints of Pumice #BFC6BB
RGB
CMYK
RGB Variations
Color information
#BFC6BB (or 0xBFC6BB) is known color: Pumice. HEX triplet: BF, C6 and BB. RGB value is (191,198,187). Sum of RGB (Red+Green+Blue) = 191+198+187=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6BB is #403944. Grayscale: #C2C2C2. Windows color (decimal): -4208965 or 12306111. OLE color: 12306111.
HSL color Cylindrical-coordinate representation of color #BFC6BB: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC6BB is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 187 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.22 |
| HSL | 98.18º | 0.09% | 0.75% | - |
| HSV(B) | 98.18º | 0.06% | 0.78% | - |
| XYZ | 50.65 | 55.05 | 54.97 | - |
| YUV | 194.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 187 | 0.04 | 0 | 0.06 | 0.22 | 98.18 | 0.09 | 0.75 |
| Hex | BF | C6 | BB | 4 | 0 | 6 | 16 | 62 | 9 | 4B |
| Octal | 277 | 306 | 273 | 4 | 0 | 6 | 26 | 142 | 11 | 113 |
| Binary | 10111111 | 11000110 | 10111011 | 100 | 0 | 110 | 10110 | 1100010 | 1001 | 1001011 |
Color Harmonies of #BFC6BB
Complementary color
Monochromatic Colors of #BFC6BB
Black with #BFC6BB
Text Example
Text Example
White with #BFC6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6BB; }
p { color: rgb(191,198,187); }
H1.HeaderClassName
{
color: #BFC6BB;
}
.AnyTagClassName
{
color: #BFC6BB;
}
</style>
background-color css
<style>
a { background-color: #BFC6BB; }
a { background-color: rgb(191,198,187); }
div.DivClassName
{
background-color: #BFC6BB;
}
.BgClassName
{
background-color: #BFC6BB;
}
</style>
border-color css
<style>
span { border-color: #BFC6BB; }
span { border-color: rgb(191,198,187); }
td.TdClassName
{
border-color: #BFC6BB;
}
.TagClassName
{
border-color: #BFC6BB;
}
</style>