Shades of Pumice #B1BAAB
Tints of Pumice #B1BAAB
RGB
CMYK
RGB Variations
Color information
#B1BAAB (or 0xB1BAAB) is known color: Pumice. HEX triplet: B1, BA and AB. RGB value is (177,186,171). Sum of RGB (Red+Green+Blue) = 177+186+171=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #B1BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BAAB is #4E4554. Grayscale: #B5B5B5. Windows color (decimal): -5129557 or 11254449. OLE color: 11254449.
HSL color Cylindrical-coordinate representation of color #B1BAAB: hue angle of 96º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1BAAB is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 186 | 171 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.27 |
| HSL | 96º | 0.1% | 0.7% | - |
| HSV(B) | 96º | 0.08% | 0.73% | - |
| XYZ | 43.04 | 47.41 | 45.41 | - |
| YUV | 181.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 186 | 171 | 0.05 | 0 | 0.08 | 0.27 | 96 | 0.1 | 0.7 |
| Hex | B1 | BA | AB | 5 | 0 | 8 | 1B | 60 | A | 46 |
| Octal | 261 | 272 | 253 | 5 | 0 | 10 | 33 | 140 | 12 | 106 |
| Binary | 10110001 | 10111010 | 10101011 | 101 | 0 | 1000 | 11011 | 1100000 | 1010 | 1000110 |
Color Harmonies of #B1BAAB
Complementary color
Monochromatic Colors of #B1BAAB
Black with #B1BAAB
Text Example
Text Example
White with #B1BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BAAB; }
p { color: rgb(177,186,171); }
H1.HeaderClassName
{
color: #B1BAAB;
}
.AnyTagClassName
{
color: #B1BAAB;
}
</style>
background-color css
<style>
a { background-color: #B1BAAB; }
a { background-color: rgb(177,186,171); }
div.DivClassName
{
background-color: #B1BAAB;
}
.BgClassName
{
background-color: #B1BAAB;
}
</style>
border-color css
<style>
span { border-color: #B1BAAB; }
span { border-color: rgb(177,186,171); }
td.TdClassName
{
border-color: #B1BAAB;
}
.TagClassName
{
border-color: #B1BAAB;
}
</style>