Shades of Pumice #BBBDBA
Tints of Pumice #BBBDBA
RGB
CMYK
RGB Variations
Color information
#BBBDBA (or 0xBBBDBA) is known color: Pumice. HEX triplet: BB, BD and BA. RGB value is (187,189,186). Sum of RGB (Red+Green+Blue) = 187+189+186=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDBA is #444245. Grayscale: #BCBCBC. Windows color (decimal): -4473414 or 12238267. OLE color: 12238267.
HSL color Cylindrical-coordinate representation of color #BBBDBA: hue angle of 100º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBDBA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 189 | 186 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.26 |
| HSL | 100º | 0.02% | 0.74% | - |
| HSV(B) | 100º | 0.02% | 0.74% | - |
| XYZ | 47.55 | 50.51 | 53.7 | - |
| YUV | 188.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 189 | 186 | 0.01 | 0 | 0.02 | 0.26 | 100 | 0.02 | 0.74 |
| Hex | BB | BD | BA | 1 | 0 | 2 | 1A | 64 | 2 | 4A |
| Octal | 273 | 275 | 272 | 1 | 0 | 2 | 32 | 144 | 2 | 112 |
| Binary | 10111011 | 10111101 | 10111010 | 1 | 0 | 10 | 11010 | 1100100 | 10 | 1001010 |
Color Harmonies of #BBBDBA
Complementary color
Monochromatic Colors of #BBBDBA
Black with #BBBDBA
Text Example
Text Example
White with #BBBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBDBA; }
p { color: rgb(187,189,186); }
H1.HeaderClassName
{
color: #BBBDBA;
}
.AnyTagClassName
{
color: #BBBDBA;
}
</style>
background-color css
<style>
a { background-color: #BBBDBA; }
a { background-color: rgb(187,189,186); }
div.DivClassName
{
background-color: #BBBDBA;
}
.BgClassName
{
background-color: #BBBDBA;
}
</style>
border-color css
<style>
span { border-color: #BBBDBA; }
span { border-color: rgb(187,189,186); }
td.TdClassName
{
border-color: #BBBDBA;
}
.TagClassName
{
border-color: #BBBDBA;
}
</style>