Shades of Pumice #BFC9B8
Tints of Pumice #BFC9B8
RGB
CMYK
RGB Variations
Color information
#BFC9B8 (or 0xBFC9B8) is known color: Pumice. HEX triplet: BF, C9 and B8. RGB value is (191,201,184). Sum of RGB (Red+Green+Blue) = 191+201+184=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9B8 is #403647. Grayscale: #C4C4C4. Windows color (decimal): -4208200 or 12110271. OLE color: 12110271.
HSL color Cylindrical-coordinate representation of color #BFC9B8: hue angle of 95.29º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC9B8 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 184 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.21 |
| HSL | 95.29º | 0.14% | 0.75% | - |
| HSV(B) | 95.29º | 0.08% | 0.79% | - |
| XYZ | 51.02 | 56.31 | 53.53 | - |
| YUV | 196.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 184 | 0.05 | 0 | 0.08 | 0.21 | 95.29 | 0.14 | 0.75 |
| Hex | BF | C9 | B8 | 5 | 0 | 8 | 15 | 5F | E | 4B |
| Octal | 277 | 311 | 270 | 5 | 0 | 10 | 25 | 137 | 16 | 113 |
| Binary | 10111111 | 11001001 | 10111000 | 101 | 0 | 1000 | 10101 | 1011111 | 1110 | 1001011 |
Color Harmonies of #BFC9B8
Complementary color
Monochromatic Colors of #BFC9B8
Black with #BFC9B8
Text Example
Text Example
White with #BFC9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9B8; }
p { color: rgb(191,201,184); }
H1.HeaderClassName
{
color: #BFC9B8;
}
.AnyTagClassName
{
color: #BFC9B8;
}
</style>
background-color css
<style>
a { background-color: #BFC9B8; }
a { background-color: rgb(191,201,184); }
div.DivClassName
{
background-color: #BFC9B8;
}
.BgClassName
{
background-color: #BFC9B8;
}
</style>
border-color css
<style>
span { border-color: #BFC9B8; }
span { border-color: rgb(191,201,184); }
td.TdClassName
{
border-color: #BFC9B8;
}
.TagClassName
{
border-color: #BFC9B8;
}
</style>