Shades of Pumice #BFC4BB
Tints of Pumice #BFC4BB
RGB
CMYK
RGB Variations
Color information
#BFC4BB (or 0xBFC4BB) is known color: Pumice. HEX triplet: BF, C4 and BB. RGB value is (191,196,187). Sum of RGB (Red+Green+Blue) = 191+196+187=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4BB is #403B44. Grayscale: #C1C1C1. Windows color (decimal): -4209477 or 12305599. OLE color: 12305599.
HSL color Cylindrical-coordinate representation of color #BFC4BB: hue angle of 93.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC4BB is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 196 | 187 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.23 |
| HSL | 93.33º | 0.07% | 0.75% | - |
| HSV(B) | 93.33º | 0.05% | 0.77% | - |
| XYZ | 50.2 | 54.14 | 54.82 | - |
| YUV | 193.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 187 | 0.03 | 0 | 0.05 | 0.23 | 93.33 | 0.07 | 0.75 |
| Hex | BF | C4 | BB | 3 | 0 | 5 | 17 | 5D | 7 | 4B |
| Octal | 277 | 304 | 273 | 3 | 0 | 5 | 27 | 135 | 7 | 113 |
| Binary | 10111111 | 11000100 | 10111011 | 11 | 0 | 101 | 10111 | 1011101 | 111 | 1001011 |
Color Harmonies of #BFC4BB
Complementary color
Monochromatic Colors of #BFC4BB
Black with #BFC4BB
Text Example
Text Example
White with #BFC4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4BB; }
p { color: rgb(191,196,187); }
H1.HeaderClassName
{
color: #BFC4BB;
}
.AnyTagClassName
{
color: #BFC4BB;
}
</style>
background-color css
<style>
a { background-color: #BFC4BB; }
a { background-color: rgb(191,196,187); }
div.DivClassName
{
background-color: #BFC4BB;
}
.BgClassName
{
background-color: #BFC4BB;
}
</style>
border-color css
<style>
span { border-color: #BFC4BB; }
span { border-color: rgb(191,196,187); }
td.TdClassName
{
border-color: #BFC4BB;
}
.TagClassName
{
border-color: #BFC4BB;
}
</style>