Shades of Pumice #BABBB9
Tints of Pumice #BABBB9
RGB
CMYK
RGB Variations
Color information
#BABBB9 (or 0xBABBB9) is known color: Pumice. HEX triplet: BA, BB and B9. RGB value is (186,187,185). Sum of RGB (Red+Green+Blue) = 186+187+185=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 187 - color contains mainly: green. Hex color #BABBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBB9 is #454446. Grayscale: #BABABA. Windows color (decimal): -4539463 or 12172218. OLE color: 12172218.
HSL color Cylindrical-coordinate representation of color #BABBB9: hue angle of 90º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BABBB9 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 185 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.27 |
| HSL | 90º | 0.01% | 0.73% | - |
| HSV(B) | 90º | 0.01% | 0.73% | - |
| XYZ | 46.78 | 49.48 | 52.98 | - |
| YUV | 186.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 185 | 0.01 | 0 | 0.01 | 0.27 | 90 | 0.01 | 0.73 |
| Hex | BA | BB | B9 | 1 | 0 | 1 | 1B | 5A | 1 | 49 |
| Octal | 272 | 273 | 271 | 1 | 0 | 1 | 33 | 132 | 1 | 111 |
| Binary | 10111010 | 10111011 | 10111001 | 1 | 0 | 1 | 11011 | 1011010 | 1 | 1001001 |
Color Harmonies of #BABBB9
Complementary color
Monochromatic Colors of #BABBB9
Black with #BABBB9
Text Example
Text Example
White with #BABBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBB9; }
p { color: rgb(186,187,185); }
H1.HeaderClassName
{
color: #BABBB9;
}
.AnyTagClassName
{
color: #BABBB9;
}
</style>
background-color css
<style>
a { background-color: #BABBB9; }
a { background-color: rgb(186,187,185); }
div.DivClassName
{
background-color: #BABBB9;
}
.BgClassName
{
background-color: #BABBB9;
}
</style>
border-color css
<style>
span { border-color: #BABBB9; }
span { border-color: rgb(186,187,185); }
td.TdClassName
{
border-color: #BABBB9;
}
.TagClassName
{
border-color: #BABBB9;
}
</style>