Shades of Pumice #B7C4AD
Tints of Pumice #B7C4AD
RGB
CMYK
RGB Variations
Color information
#B7C4AD (or 0xB7C4AD) is known color: Pumice. HEX triplet: B7, C4 and AD. RGB value is (183,196,173). Sum of RGB (Red+Green+Blue) = 183+196+173=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 196 - color contains mainly: green. Hex color #B7C4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C4AD is #483B52. Grayscale: #BDBDBD. Windows color (decimal): -4733779 or 11388087. OLE color: 11388087.
HSL color Cylindrical-coordinate representation of color #B7C4AD: hue angle of 93.91º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7C4AD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 196 | 173 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.23 |
| HSL | 93.91º | 0.16% | 0.72% | - |
| HSV(B) | 93.91º | 0.12% | 0.77% | - |
| XYZ | 46.81 | 52.56 | 47.21 | - |
| YUV | 189.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 196 | 173 | 0.07 | 0 | 0.12 | 0.23 | 93.91 | 0.16 | 0.72 |
| Hex | B7 | C4 | AD | 7 | 0 | C | 17 | 5E | 10 | 48 |
| Octal | 267 | 304 | 255 | 7 | 0 | 14 | 27 | 136 | 20 | 110 |
| Binary | 10110111 | 11000100 | 10101101 | 111 | 0 | 1100 | 10111 | 1011110 | 10000 | 1001000 |
Color Harmonies of #B7C4AD
Complementary color
Monochromatic Colors of #B7C4AD
Black with #B7C4AD
Text Example
Text Example
White with #B7C4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C4AD; }
p { color: rgb(183,196,173); }
H1.HeaderClassName
{
color: #B7C4AD;
}
.AnyTagClassName
{
color: #B7C4AD;
}
</style>
background-color css
<style>
a { background-color: #B7C4AD; }
a { background-color: rgb(183,196,173); }
div.DivClassName
{
background-color: #B7C4AD;
}
.BgClassName
{
background-color: #B7C4AD;
}
</style>
border-color css
<style>
span { border-color: #B7C4AD; }
span { border-color: rgb(183,196,173); }
td.TdClassName
{
border-color: #B7C4AD;
}
.TagClassName
{
border-color: #B7C4AD;
}
</style>