Shades of Pumice #BDBFBB
Tints of Pumice #BDBFBB
RGB
CMYK
RGB Variations
Color information
#BDBFBB (or 0xBDBFBB) is known color: Pumice. HEX triplet: BD, BF and BB. RGB value is (189,191,187). Sum of RGB (Red+Green+Blue) = 189+191+187=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFBB is #424044. Grayscale: #BDBDBD. Windows color (decimal): -4341829 or 12304317. OLE color: 12304317.
HSL color Cylindrical-coordinate representation of color #BDBFBB: hue angle of 90º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDBFBB is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 191 | 187 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.25 |
| HSL | 90º | 0.03% | 0.74% | - |
| HSV(B) | 90º | 0.02% | 0.75% | - |
| XYZ | 48.59 | 51.67 | 54.43 | - |
| YUV | 189.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 187 | 0.01 | 0 | 0.02 | 0.25 | 90 | 0.03 | 0.74 |
| Hex | BD | BF | BB | 1 | 0 | 2 | 19 | 5A | 3 | 4A |
| Octal | 275 | 277 | 273 | 1 | 0 | 2 | 31 | 132 | 3 | 112 |
| Binary | 10111101 | 10111111 | 10111011 | 1 | 0 | 10 | 11001 | 1011010 | 11 | 1001010 |
Color Harmonies of #BDBFBB
Complementary color
Monochromatic Colors of #BDBFBB
Black with #BDBFBB
Text Example
Text Example
White with #BDBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFBB; }
p { color: rgb(189,191,187); }
H1.HeaderClassName
{
color: #BDBFBB;
}
.AnyTagClassName
{
color: #BDBFBB;
}
</style>
background-color css
<style>
a { background-color: #BDBFBB; }
a { background-color: rgb(189,191,187); }
div.DivClassName
{
background-color: #BDBFBB;
}
.BgClassName
{
background-color: #BDBFBB;
}
</style>
border-color css
<style>
span { border-color: #BDBFBB; }
span { border-color: rgb(189,191,187); }
td.TdClassName
{
border-color: #BDBFBB;
}
.TagClassName
{
border-color: #BDBFBB;
}
</style>