Shades of Pumice #BFCCB7
Tints of Pumice #BFCCB7
RGB
CMYK
RGB Variations
Color information
#BFCCB7 (or 0xBFCCB7) is known color: Pumice. HEX triplet: BF, CC and B7. RGB value is (191,204,183). Sum of RGB (Red+Green+Blue) = 191+204+183=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCB7 is #403348. Grayscale: #C5C5C5. Windows color (decimal): -4207433 or 12045503. OLE color: 12045503.
HSL color Cylindrical-coordinate representation of color #BFCCB7: hue angle of 97.14º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCCB7 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 183 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.2 |
| HSL | 97.14º | 0.17% | 0.76% | - |
| HSV(B) | 97.14º | 0.1% | 0.8% | - |
| XYZ | 51.63 | 57.68 | 53.21 | - |
| YUV | 197.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 183 | 0.06 | 0 | 0.10 | 0.2 | 97.14 | 0.17 | 0.76 |
| Hex | BF | CC | B7 | 6 | 0 | A | 14 | 61 | 11 | 4C |
| Octal | 277 | 314 | 267 | 6 | 0 | 12 | 24 | 141 | 21 | 114 |
| Binary | 10111111 | 11001100 | 10110111 | 110 | 0 | 1010 | 10100 | 1100001 | 10001 | 1001100 |
Color Harmonies of #BFCCB7
Complementary color
Monochromatic Colors of #BFCCB7
Black with #BFCCB7
Text Example
Text Example
White with #BFCCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCB7; }
p { color: rgb(191,204,183); }
H1.HeaderClassName
{
color: #BFCCB7;
}
.AnyTagClassName
{
color: #BFCCB7;
}
</style>
background-color css
<style>
a { background-color: #BFCCB7; }
a { background-color: rgb(191,204,183); }
div.DivClassName
{
background-color: #BFCCB7;
}
.BgClassName
{
background-color: #BFCCB7;
}
</style>
border-color css
<style>
span { border-color: #BFCCB7; }
span { border-color: rgb(191,204,183); }
td.TdClassName
{
border-color: #BFCCB7;
}
.TagClassName
{
border-color: #BFCCB7;
}
</style>