Shades of Pumice #B1BAA9
Tints of Pumice #B1BAA9
RGB
CMYK
RGB Variations
Color information
#B1BAA9 (or 0xB1BAA9) is known color: Pumice. HEX triplet: B1, BA and A9. RGB value is (177,186,169). Sum of RGB (Red+Green+Blue) = 177+186+169=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BAA9 is #4E4556. Grayscale: #B5B5B5. Windows color (decimal): -5129559 or 11123377. OLE color: 11123377.
HSL color Cylindrical-coordinate representation of color #B1BAA9: hue angle of 91.76º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1BAA9 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 169 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.27 |
| HSL | 91.76º | 0.11% | 0.7% | - |
| HSV(B) | 91.76º | 0.09% | 0.73% | - |
| XYZ | 42.85 | 47.33 | 44.41 | - |
| YUV | 181.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 169 | 0.05 | 0 | 0.09 | 0.27 | 91.76 | 0.11 | 0.7 |
| Hex | B1 | BA | A9 | 5 | 0 | 9 | 1B | 5C | B | 46 |
| Octal | 261 | 272 | 251 | 5 | 0 | 11 | 33 | 134 | 13 | 106 |
| Binary | 10110001 | 10111010 | 10101001 | 101 | 0 | 1001 | 11011 | 1011100 | 1011 | 1000110 |
Color Harmonies of #B1BAA9
Complementary color
Monochromatic Colors of #B1BAA9
Black with #B1BAA9
Text Example
Text Example
White with #B1BAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BAA9; }
p { color: rgb(177,186,169); }
H1.HeaderClassName
{
color: #B1BAA9;
}
.AnyTagClassName
{
color: #B1BAA9;
}
</style>
background-color css
<style>
a { background-color: #B1BAA9; }
a { background-color: rgb(177,186,169); }
div.DivClassName
{
background-color: #B1BAA9;
}
.BgClassName
{
background-color: #B1BAA9;
}
</style>
border-color css
<style>
span { border-color: #B1BAA9; }
span { border-color: rgb(177,186,169); }
td.TdClassName
{
border-color: #B1BAA9;
}
.TagClassName
{
border-color: #B1BAA9;
}
</style>