Shades of Pumice #B7C4B1
Tints of Pumice #B7C4B1
RGB
CMYK
RGB Variations
Color information
#B7C4B1 (or 0xB7C4B1) is known color: Pumice. HEX triplet: B7, C4 and B1. RGB value is (183,196,177). Sum of RGB (Red+Green+Blue) = 183+196+177=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C4B1 is #483B4E. Grayscale: #BEBEBE. Windows color (decimal): -4733775 or 11650231. OLE color: 11650231.
HSL color Cylindrical-coordinate representation of color #B7C4B1: hue angle of 101.05º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7C4B1 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 196 | 177 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.23 |
| HSL | 101.05º | 0.14% | 0.73% | - |
| HSV(B) | 101.05º | 0.1% | 0.77% | - |
| XYZ | 47.2 | 52.72 | 49.28 | - |
| YUV | 189.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 177 | 0.07 | 0 | 0.10 | 0.23 | 101.05 | 0.14 | 0.73 |
| Hex | B7 | C4 | B1 | 7 | 0 | A | 17 | 65 | E | 49 |
| Octal | 267 | 304 | 261 | 7 | 0 | 12 | 27 | 145 | 16 | 111 |
| Binary | 10110111 | 11000100 | 10110001 | 111 | 0 | 1010 | 10111 | 1100101 | 1110 | 1001001 |
Color Harmonies of #B7C4B1
Complementary color
Monochromatic Colors of #B7C4B1
Black with #B7C4B1
Text Example
Text Example
White with #B7C4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C4B1; }
p { color: rgb(183,196,177); }
H1.HeaderClassName
{
color: #B7C4B1;
}
.AnyTagClassName
{
color: #B7C4B1;
}
</style>
background-color css
<style>
a { background-color: #B7C4B1; }
a { background-color: rgb(183,196,177); }
div.DivClassName
{
background-color: #B7C4B1;
}
.BgClassName
{
background-color: #B7C4B1;
}
</style>
border-color css
<style>
span { border-color: #B7C4B1; }
span { border-color: rgb(183,196,177); }
td.TdClassName
{
border-color: #B7C4B1;
}
.TagClassName
{
border-color: #B7C4B1;
}
</style>