Shades of Pumice #BFC1BD
Tints of Pumice #BFC1BD
RGB
CMYK
RGB Variations
Color information
#BFC1BD (or 0xBFC1BD) is known color: Pumice. HEX triplet: BF, C1 and BD. RGB value is (191,193,189). Sum of RGB (Red+Green+Blue) = 191+193+189=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC1BD is #403E42. Grayscale: #BFBFBF. Windows color (decimal): -4210243 or 12435903. OLE color: 12435903.
HSL color Cylindrical-coordinate representation of color #BFC1BD: hue angle of 90º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BFC1BD is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
RGB | 191 | 193 | 189 | - |
CMYK | 0.01 | 0 | 0.02 | 0.24 |
HSL | 90º | 0.03% | 0.75% | - |
HSV(B) | 90º | 0.02% | 0.76% | - |
XYZ | 49.74 | 52.89 | 55.73 | - |
YUV | 191.95 | 126.34 | 127.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 193 | 189 | 0.01 | 0 | 0.02 | 0.24 | 90 | 0.03 | 0.75 |
Hex | BF | C1 | BD | 1 | 0 | 2 | 18 | 5A | 3 | 4B |
Octal | 277 | 301 | 275 | 1 | 0 | 2 | 30 | 132 | 3 | 113 |
Binary | 10111111 | 11000001 | 10111101 | 1 | 0 | 10 | 11000 | 1011010 | 11 | 1001011 |
Color Harmonies of #BFC1BD
Complementary color
Monochromatic Colors of #BFC1BD
Black with #BFC1BD
Text Example
Text Example
White with #BFC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC1BD; }
p { color: rgb(191,193,189); }
H1.HeaderClassName
{
color: #BFC1BD;
}
.AnyTagClassName
{
color: #BFC1BD;
}
</style>
background-color css
<style>
a { background-color: #BFC1BD; }
a { background-color: rgb(191,193,189); }
div.DivClassName
{
background-color: #BFC1BD;
}
.BgClassName
{
background-color: #BFC1BD;
}
</style>
border-color css
<style>
span { border-color: #BFC1BD; }
span { border-color: rgb(191,193,189); }
td.TdClassName
{
border-color: #BFC1BD;
}
.TagClassName
{
border-color: #BFC1BD;
}
</style>