Shades of Pumice #B1B9AD
Tints of Pumice #B1B9AD
RGB
CMYK
RGB Variations
Color information
#B1B9AD (or 0xB1B9AD) is known color: Pumice. HEX triplet: B1, B9 and AD. RGB value is (177,185,173). Sum of RGB (Red+Green+Blue) = 177+185+173=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B9AD is #4E4652. Grayscale: #B5B5B5. Windows color (decimal): -5129811 or 11385265. OLE color: 11385265.
HSL color Cylindrical-coordinate representation of color #B1B9AD: hue angle of 100º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1B9AD is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 185 | 173 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.27 |
| HSL | 100º | 0.08% | 0.7% | - |
| HSV(B) | 100º | 0.06% | 0.73% | - |
| XYZ | 43.02 | 47.06 | 46.35 | - |
| YUV | 181.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 185 | 173 | 0.04 | 0 | 0.06 | 0.27 | 100 | 0.08 | 0.7 |
| Hex | B1 | B9 | AD | 4 | 0 | 6 | 1B | 64 | 8 | 46 |
| Octal | 261 | 271 | 255 | 4 | 0 | 6 | 33 | 144 | 10 | 106 |
| Binary | 10110001 | 10111001 | 10101101 | 100 | 0 | 110 | 11011 | 1100100 | 1000 | 1000110 |
Color Harmonies of #B1B9AD
Complementary color
Monochromatic Colors of #B1B9AD
Black with #B1B9AD
Text Example
Text Example
White with #B1B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B9AD; }
p { color: rgb(177,185,173); }
H1.HeaderClassName
{
color: #B1B9AD;
}
.AnyTagClassName
{
color: #B1B9AD;
}
</style>
background-color css
<style>
a { background-color: #B1B9AD; }
a { background-color: rgb(177,185,173); }
div.DivClassName
{
background-color: #B1B9AD;
}
.BgClassName
{
background-color: #B1B9AD;
}
</style>
border-color css
<style>
span { border-color: #B1B9AD; }
span { border-color: rgb(177,185,173); }
td.TdClassName
{
border-color: #B1B9AD;
}
.TagClassName
{
border-color: #B1B9AD;
}
</style>