Shades of Pumice #BFCAB5
Tints of Pumice #BFCAB5
RGB
CMYK
RGB Variations
Color information
#BFCAB5 (or 0xBFCAB5) is known color: Pumice. HEX triplet: BF, CA and B5. RGB value is (191,202,181). Sum of RGB (Red+Green+Blue) = 191+202+181=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCAB5 is #40354A. Grayscale: #C4C4C4. Windows color (decimal): -4207947 or 11913919. OLE color: 11913919.
HSL color Cylindrical-coordinate representation of color #BFCAB5: hue angle of 91.43º degrees, saturation: 0.17, 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 #BFCAB5 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 181 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.21 |
| HSL | 91.43º | 0.17% | 0.75% | - |
| HSV(B) | 91.43º | 0.1% | 0.79% | - |
| XYZ | 50.95 | 56.65 | 51.97 | - |
| YUV | 196.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 181 | 0.05 | 0 | 0.10 | 0.21 | 91.43 | 0.17 | 0.75 |
| Hex | BF | CA | B5 | 5 | 0 | A | 15 | 5B | 11 | 4B |
| Octal | 277 | 312 | 265 | 5 | 0 | 12 | 25 | 133 | 21 | 113 |
| Binary | 10111111 | 11001010 | 10110101 | 101 | 0 | 1010 | 10101 | 1011011 | 10001 | 1001011 |
Color Harmonies of #BFCAB5
Complementary color
Monochromatic Colors of #BFCAB5
Black with #BFCAB5
Text Example
Text Example
White with #BFCAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCAB5; }
p { color: rgb(191,202,181); }
H1.HeaderClassName
{
color: #BFCAB5;
}
.AnyTagClassName
{
color: #BFCAB5;
}
</style>
background-color css
<style>
a { background-color: #BFCAB5; }
a { background-color: rgb(191,202,181); }
div.DivClassName
{
background-color: #BFCAB5;
}
.BgClassName
{
background-color: #BFCAB5;
}
</style>
border-color css
<style>
span { border-color: #BFCAB5; }
span { border-color: rgb(191,202,181); }
td.TdClassName
{
border-color: #BFCAB5;
}
.TagClassName
{
border-color: #BFCAB5;
}
</style>