Shades of Pumice #BFCBB4
Tints of Pumice #BFCBB4
RGB
CMYK
RGB Variations
Color information
#BFCBB4 (or 0xBFCBB4) is known color: Pumice. HEX triplet: BF, CB and B4. RGB value is (191,203,180). Sum of RGB (Red+Green+Blue) = 191+203+180=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBB4 is #40344B. Grayscale: #C4C4C4. Windows color (decimal): -4207692 or 11848639. OLE color: 11848639.
HSL color Cylindrical-coordinate representation of color #BFCBB4: hue angle of 91.3º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFCBB4 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 203 | 180 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.20 |
| HSL | 91.3º | 0.18% | 0.75% | - |
| HSV(B) | 91.3º | 0.11% | 0.8% | - |
| XYZ | 51.08 | 57.08 | 51.51 | - |
| YUV | 196.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 180 | 0.06 | 0 | 0.11 | 0.20 | 91.3 | 0.18 | 0.75 |
| Hex | BF | CB | B4 | 6 | 0 | B | 14 | 5B | 12 | 4B |
| Octal | 277 | 313 | 264 | 6 | 0 | 13 | 24 | 133 | 22 | 113 |
| Binary | 10111111 | 11001011 | 10110100 | 110 | 0 | 1011 | 10100 | 1011011 | 10010 | 1001011 |
Color Harmonies of #BFCBB4
Complementary color
Monochromatic Colors of #BFCBB4
Black with #BFCBB4
Text Example
Text Example
White with #BFCBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBB4; }
p { color: rgb(191,203,180); }
H1.HeaderClassName
{
color: #BFCBB4;
}
.AnyTagClassName
{
color: #BFCBB4;
}
</style>
background-color css
<style>
a { background-color: #BFCBB4; }
a { background-color: rgb(191,203,180); }
div.DivClassName
{
background-color: #BFCBB4;
}
.BgClassName
{
background-color: #BFCBB4;
}
</style>
border-color css
<style>
span { border-color: #BFCBB4; }
span { border-color: rgb(191,203,180); }
td.TdClassName
{
border-color: #BFCBB4;
}
.TagClassName
{
border-color: #BFCBB4;
}
</style>