Shades of Pumice #B1B7AD
Tints of Pumice #B1B7AD
RGB
CMYK
RGB Variations
Color information
#B1B7AD (or 0xB1B7AD) is known color: Pumice. HEX triplet: B1, B7 and AD. RGB value is (177,183,173). Sum of RGB (Red+Green+Blue) = 177+183+173=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B7AD is #4E4852. Grayscale: #B4B4B4. Windows color (decimal): -5130323 or 11384753. OLE color: 11384753.
HSL color Cylindrical-coordinate representation of color #B1B7AD: hue angle of 96º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B1B7AD is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 183 | 173 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.28 |
| HSL | 96º | 0.06% | 0.7% | - |
| HSV(B) | 96º | 0.05% | 0.72% | - |
| XYZ | 42.61 | 46.23 | 46.21 | - |
| YUV | 180.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 183 | 173 | 0.03 | 0 | 0.05 | 0.28 | 96 | 0.06 | 0.7 |
| Hex | B1 | B7 | AD | 3 | 0 | 5 | 1C | 60 | 6 | 46 |
| Octal | 261 | 267 | 255 | 3 | 0 | 5 | 34 | 140 | 6 | 106 |
| Binary | 10110001 | 10110111 | 10101101 | 11 | 0 | 101 | 11100 | 1100000 | 110 | 1000110 |
Color Harmonies of #B1B7AD
Complementary color
Monochromatic Colors of #B1B7AD
Black with #B1B7AD
Text Example
Text Example
White with #B1B7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B7AD; }
p { color: rgb(177,183,173); }
H1.HeaderClassName
{
color: #B1B7AD;
}
.AnyTagClassName
{
color: #B1B7AD;
}
</style>
background-color css
<style>
a { background-color: #B1B7AD; }
a { background-color: rgb(177,183,173); }
div.DivClassName
{
background-color: #B1B7AD;
}
.BgClassName
{
background-color: #B1B7AD;
}
</style>
border-color css
<style>
span { border-color: #B1B7AD; }
span { border-color: rgb(177,183,173); }
td.TdClassName
{
border-color: #B1B7AD;
}
.TagClassName
{
border-color: #B1B7AD;
}
</style>