Shades of Pumice #BFCCB6
Tints of Pumice #BFCCB6
RGB
CMYK
RGB Variations
Color information
#BFCCB6 (or 0xBFCCB6) is known color: Pumice. HEX triplet: BF, CC and B6. RGB value is (191,204,182). Sum of RGB (Red+Green+Blue) = 191+204+182=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCB6 is #403349. Grayscale: #C5C5C5. Windows color (decimal): -4207434 or 11979967. OLE color: 11979967.
HSL color Cylindrical-coordinate representation of color #BFCCB6: hue angle of 95.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFCCB6 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 182 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.2 |
| HSL | 95.45º | 0.18% | 0.76% | - |
| HSV(B) | 95.45º | 0.11% | 0.8% | - |
| XYZ | 51.52 | 57.64 | 52.67 | - |
| YUV | 197.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 182 | 0.06 | 0 | 0.11 | 0.2 | 95.45 | 0.18 | 0.76 |
| Hex | BF | CC | B6 | 6 | 0 | B | 14 | 5F | 12 | 4C |
| Octal | 277 | 314 | 266 | 6 | 0 | 13 | 24 | 137 | 22 | 114 |
| Binary | 10111111 | 11001100 | 10110110 | 110 | 0 | 1011 | 10100 | 1011111 | 10010 | 1001100 |
Color Harmonies of #BFCCB6
Complementary color
Monochromatic Colors of #BFCCB6
Black with #BFCCB6
Text Example
Text Example
White with #BFCCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCB6; }
p { color: rgb(191,204,182); }
H1.HeaderClassName
{
color: #BFCCB6;
}
.AnyTagClassName
{
color: #BFCCB6;
}
</style>
background-color css
<style>
a { background-color: #BFCCB6; }
a { background-color: rgb(191,204,182); }
div.DivClassName
{
background-color: #BFCCB6;
}
.BgClassName
{
background-color: #BFCCB6;
}
</style>
border-color css
<style>
span { border-color: #BFCCB6; }
span { border-color: rgb(191,204,182); }
td.TdClassName
{
border-color: #BFCCB6;
}
.TagClassName
{
border-color: #BFCCB6;
}
</style>