Shades of Pumice #BFC3BB
Tints of Pumice #BFC3BB
RGB
CMYK
RGB Variations
Color information
#BFC3BB (or 0xBFC3BB) is known color: Pumice. HEX triplet: BF, C3 and BB. RGB value is (191,195,187). Sum of RGB (Red+Green+Blue) = 191+195+187=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3BB is #403C44. Grayscale: #C0C0C0. Windows color (decimal): -4209733 or 12305343. OLE color: 12305343.
HSL color Cylindrical-coordinate representation of color #BFC3BB: hue angle of 90º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BFC3BB is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 187 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.24 |
| HSL | 90º | 0.06% | 0.75% | - |
| HSV(B) | 90º | 0.04% | 0.76% | - |
| XYZ | 49.97 | 53.69 | 54.74 | - |
| YUV | 192.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 187 | 0.02 | 0 | 0.04 | 0.24 | 90 | 0.06 | 0.75 |
| Hex | BF | C3 | BB | 2 | 0 | 4 | 18 | 5A | 6 | 4B |
| Octal | 277 | 303 | 273 | 2 | 0 | 4 | 30 | 132 | 6 | 113 |
| Binary | 10111111 | 11000011 | 10111011 | 10 | 0 | 100 | 11000 | 1011010 | 110 | 1001011 |
Color Harmonies of #BFC3BB
Complementary color
Monochromatic Colors of #BFC3BB
Black with #BFC3BB
Text Example
Text Example
White with #BFC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3BB; }
p { color: rgb(191,195,187); }
H1.HeaderClassName
{
color: #BFC3BB;
}
.AnyTagClassName
{
color: #BFC3BB;
}
</style>
background-color css
<style>
a { background-color: #BFC3BB; }
a { background-color: rgb(191,195,187); }
div.DivClassName
{
background-color: #BFC3BB;
}
.BgClassName
{
background-color: #BFC3BB;
}
</style>
border-color css
<style>
span { border-color: #BFC3BB; }
span { border-color: rgb(191,195,187); }
td.TdClassName
{
border-color: #BFC3BB;
}
.TagClassName
{
border-color: #BFC3BB;
}
</style>