Shades of Pumice #B7C8AD
Tints of Pumice #B7C8AD
RGB
CMYK
RGB Variations
Color information
#B7C8AD (or 0xB7C8AD) is known color: Pumice. HEX triplet: B7, C8 and AD. RGB value is (183,200,173). Sum of RGB (Red+Green+Blue) = 183+200+173=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C8AD is #483752. Grayscale: #BFBFBF. Windows color (decimal): -4732755 or 11389111. OLE color: 11389111.
HSL color Cylindrical-coordinate representation of color #B7C8AD: hue angle of 97.78º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7C8AD is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 200 | 173 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.22 |
| HSL | 97.78º | 0.2% | 0.73% | - |
| HSV(B) | 97.78º | 0.14% | 0.78% | - |
| XYZ | 47.73 | 54.39 | 47.52 | - |
| YUV | 191.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 200 | 173 | 0.08 | 0 | 0.14 | 0.22 | 97.78 | 0.2 | 0.73 |
| Hex | B7 | C8 | AD | 8 | 0 | E | 16 | 62 | 14 | 49 |
| Octal | 267 | 310 | 255 | 10 | 0 | 16 | 26 | 142 | 24 | 111 |
| Binary | 10110111 | 11001000 | 10101101 | 1000 | 0 | 1110 | 10110 | 1100010 | 10100 | 1001001 |
Color Harmonies of #B7C8AD
Complementary color
Monochromatic Colors of #B7C8AD
Black with #B7C8AD
Text Example
Text Example
White with #B7C8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C8AD; }
p { color: rgb(183,200,173); }
H1.HeaderClassName
{
color: #B7C8AD;
}
.AnyTagClassName
{
color: #B7C8AD;
}
</style>
background-color css
<style>
a { background-color: #B7C8AD; }
a { background-color: rgb(183,200,173); }
div.DivClassName
{
background-color: #B7C8AD;
}
.BgClassName
{
background-color: #B7C8AD;
}
</style>
border-color css
<style>
span { border-color: #B7C8AD; }
span { border-color: rgb(183,200,173); }
td.TdClassName
{
border-color: #B7C8AD;
}
.TagClassName
{
border-color: #B7C8AD;
}
</style>