Shades of Pumice #BFCAB4
Tints of Pumice #BFCAB4
RGB
CMYK
RGB Variations
Color information
#BFCAB4 (or 0xBFCAB4) is known color: Pumice. HEX triplet: BF, CA and B4. RGB value is (191,202,180). Sum of RGB (Red+Green+Blue) = 191+202+180=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAB4 is #40354B. Grayscale: #C4C4C4. Windows color (decimal): -4207948 or 11848383. OLE color: 11848383.
HSL color Cylindrical-coordinate representation of color #BFCAB4: hue angle of 90º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFCAB4 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 180 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.21 |
| HSL | 90º | 0.17% | 0.75% | - |
| HSV(B) | 90º | 0.11% | 0.79% | - |
| XYZ | 50.84 | 56.61 | 51.43 | - |
| YUV | 196.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 180 | 0.05 | 0 | 0.11 | 0.21 | 90 | 0.17 | 0.75 |
| Hex | BF | CA | B4 | 5 | 0 | B | 15 | 5A | 11 | 4B |
| Octal | 277 | 312 | 264 | 5 | 0 | 13 | 25 | 132 | 21 | 113 |
| Binary | 10111111 | 11001010 | 10110100 | 101 | 0 | 1011 | 10101 | 1011010 | 10001 | 1001011 |
Color Harmonies of #BFCAB4
Complementary color
Monochromatic Colors of #BFCAB4
Black with #BFCAB4
Text Example
Text Example
White with #BFCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAB4; }
p { color: rgb(191,202,180); }
H1.HeaderClassName
{
color: #BFCAB4;
}
.AnyTagClassName
{
color: #BFCAB4;
}
</style>
background-color css
<style>
a { background-color: #BFCAB4; }
a { background-color: rgb(191,202,180); }
div.DivClassName
{
background-color: #BFCAB4;
}
.BgClassName
{
background-color: #BFCAB4;
}
</style>
border-color css
<style>
span { border-color: #BFCAB4; }
span { border-color: rgb(191,202,180); }
td.TdClassName
{
border-color: #BFCAB4;
}
.TagClassName
{
border-color: #BFCAB4;
}
</style>