Shades of Pumice #BFCAB6
Tints of Pumice #BFCAB6
RGB
CMYK
RGB Variations
Color information
#BFCAB6 (or 0xBFCAB6) is known color: Pumice. HEX triplet: BF, CA and B6. RGB value is (191,202,182). Sum of RGB (Red+Green+Blue) = 191+202+182=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAB6 is #403549. Grayscale: #C4C4C4. Windows color (decimal): -4207946 or 11979455. OLE color: 11979455.
HSL color Cylindrical-coordinate representation of color #BFCAB6: hue angle of 93º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCAB6 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 182 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.21 |
| HSL | 93º | 0.16% | 0.75% | - |
| HSV(B) | 93º | 0.1% | 0.79% | - |
| XYZ | 51.05 | 56.69 | 52.51 | - |
| YUV | 196.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 182 | 0.05 | 0 | 0.10 | 0.21 | 93 | 0.16 | 0.75 |
| Hex | BF | CA | B6 | 5 | 0 | A | 15 | 5D | 10 | 4B |
| Octal | 277 | 312 | 266 | 5 | 0 | 12 | 25 | 135 | 20 | 113 |
| Binary | 10111111 | 11001010 | 10110110 | 101 | 0 | 1010 | 10101 | 1011101 | 10000 | 1001011 |
Color Harmonies of #BFCAB6
Complementary color
Monochromatic Colors of #BFCAB6
Black with #BFCAB6
Text Example
Text Example
White with #BFCAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAB6; }
p { color: rgb(191,202,182); }
H1.HeaderClassName
{
color: #BFCAB6;
}
.AnyTagClassName
{
color: #BFCAB6;
}
</style>
background-color css
<style>
a { background-color: #BFCAB6; }
a { background-color: rgb(191,202,182); }
div.DivClassName
{
background-color: #BFCAB6;
}
.BgClassName
{
background-color: #BFCAB6;
}
</style>
border-color css
<style>
span { border-color: #BFCAB6; }
span { border-color: rgb(191,202,182); }
td.TdClassName
{
border-color: #BFCAB6;
}
.TagClassName
{
border-color: #BFCAB6;
}
</style>