Shades of Pumice #B7C5AC
Tints of Pumice #B7C5AC
RGB
CMYK
RGB Variations
Color information
#B7C5AC (or 0xB7C5AC) is known color: Pumice. HEX triplet: B7, C5 and AC. RGB value is (183,197,172). Sum of RGB (Red+Green+Blue) = 183+197+172=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C5AC is #483A53. Grayscale: #BEBEBE. Windows color (decimal): -4733524 or 11322807. OLE color: 11322807.
HSL color Cylindrical-coordinate representation of color #B7C5AC: hue angle of 93.6º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7C5AC is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 197 | 172 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.23 |
| HSL | 93.6º | 0.18% | 0.72% | - |
| HSV(B) | 93.6º | 0.13% | 0.77% | - |
| XYZ | 46.94 | 52.98 | 46.78 | - |
| YUV | 189.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 197 | 172 | 0.07 | 0 | 0.13 | 0.23 | 93.6 | 0.18 | 0.72 |
| Hex | B7 | C5 | AC | 7 | 0 | D | 17 | 5E | 12 | 48 |
| Octal | 267 | 305 | 254 | 7 | 0 | 15 | 27 | 136 | 22 | 110 |
| Binary | 10110111 | 11000101 | 10101100 | 111 | 0 | 1101 | 10111 | 1011110 | 10010 | 1001000 |
Color Harmonies of #B7C5AC
Complementary color
Monochromatic Colors of #B7C5AC
Black with #B7C5AC
Text Example
Text Example
White with #B7C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C5AC; }
p { color: rgb(183,197,172); }
H1.HeaderClassName
{
color: #B7C5AC;
}
.AnyTagClassName
{
color: #B7C5AC;
}
</style>
background-color css
<style>
a { background-color: #B7C5AC; }
a { background-color: rgb(183,197,172); }
div.DivClassName
{
background-color: #B7C5AC;
}
.BgClassName
{
background-color: #B7C5AC;
}
</style>
border-color css
<style>
span { border-color: #B7C5AC; }
span { border-color: rgb(183,197,172); }
td.TdClassName
{
border-color: #B7C5AC;
}
.TagClassName
{
border-color: #B7C5AC;
}
</style>