Shades of Pumice #BFCAB8
Tints of Pumice #BFCAB8
RGB
CMYK
RGB Variations
Color information
#BFCAB8 (or 0xBFCAB8) is known color: Pumice. HEX triplet: BF, CA and B8. RGB value is (191,202,184). Sum of RGB (Red+Green+Blue) = 191+202+184=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAB8 is #403547. Grayscale: #C4C4C4. Windows color (decimal): -4207944 or 12110527. OLE color: 12110527.
HSL color Cylindrical-coordinate representation of color #BFCAB8: hue angle of 96.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCAB8 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 184 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.21 |
| HSL | 96.67º | 0.15% | 0.76% | - |
| HSV(B) | 96.67º | 0.09% | 0.79% | - |
| XYZ | 51.26 | 56.78 | 53.61 | - |
| YUV | 196.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 184 | 0.05 | 0 | 0.09 | 0.21 | 96.67 | 0.15 | 0.76 |
| Hex | BF | CA | B8 | 5 | 0 | 9 | 15 | 61 | F | 4C |
| Octal | 277 | 312 | 270 | 5 | 0 | 11 | 25 | 141 | 17 | 114 |
| Binary | 10111111 | 11001010 | 10111000 | 101 | 0 | 1001 | 10101 | 1100001 | 1111 | 1001100 |
Color Harmonies of #BFCAB8
Complementary color
Monochromatic Colors of #BFCAB8
Black with #BFCAB8
Text Example
Text Example
White with #BFCAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAB8; }
p { color: rgb(191,202,184); }
H1.HeaderClassName
{
color: #BFCAB8;
}
.AnyTagClassName
{
color: #BFCAB8;
}
</style>
background-color css
<style>
a { background-color: #BFCAB8; }
a { background-color: rgb(191,202,184); }
div.DivClassName
{
background-color: #BFCAB8;
}
.BgClassName
{
background-color: #BFCAB8;
}
</style>
border-color css
<style>
span { border-color: #BFCAB8; }
span { border-color: rgb(191,202,184); }
td.TdClassName
{
border-color: #BFCAB8;
}
.TagClassName
{
border-color: #BFCAB8;
}
</style>