Shades of Pumice #B7C1AF
Tints of Pumice #B7C1AF
RGB
CMYK
RGB Variations
Color information
#B7C1AF (or 0xB7C1AF) is known color: Pumice. HEX triplet: B7, C1 and AF. RGB value is (183,193,175). Sum of RGB (Red+Green+Blue) = 183+193+175=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C1AF is #483E50. Grayscale: #BCBCBC. Windows color (decimal): -4734545 or 11518391. OLE color: 11518391.
HSL color Cylindrical-coordinate representation of color #B7C1AF: hue angle of 93.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7C1AF is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 175 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.24 |
| HSL | 93.33º | 0.13% | 0.72% | - |
| HSV(B) | 93.33º | 0.09% | 0.76% | - |
| XYZ | 46.34 | 51.3 | 48.02 | - |
| YUV | 187.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 175 | 0.05 | 0 | 0.09 | 0.24 | 93.33 | 0.13 | 0.72 |
| Hex | B7 | C1 | AF | 5 | 0 | 9 | 18 | 5D | D | 48 |
| Octal | 267 | 301 | 257 | 5 | 0 | 11 | 30 | 135 | 15 | 110 |
| Binary | 10110111 | 11000001 | 10101111 | 101 | 0 | 1001 | 11000 | 1011101 | 1101 | 1001000 |
Color Harmonies of #B7C1AF
Complementary color
Monochromatic Colors of #B7C1AF
Black with #B7C1AF
Text Example
Text Example
White with #B7C1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C1AF; }
p { color: rgb(183,193,175); }
H1.HeaderClassName
{
color: #B7C1AF;
}
.AnyTagClassName
{
color: #B7C1AF;
}
</style>
background-color css
<style>
a { background-color: #B7C1AF; }
a { background-color: rgb(183,193,175); }
div.DivClassName
{
background-color: #B7C1AF;
}
.BgClassName
{
background-color: #B7C1AF;
}
</style>
border-color css
<style>
span { border-color: #B7C1AF; }
span { border-color: rgb(183,193,175); }
td.TdClassName
{
border-color: #B7C1AF;
}
.TagClassName
{
border-color: #B7C1AF;
}
</style>