Shades of Pumice #B7C3AF
Tints of Pumice #B7C3AF
RGB
CMYK
RGB Variations
Color information
#B7C3AF (or 0xB7C3AF) is known color: Pumice. HEX triplet: B7, C3 and AF. RGB value is (183,195,175). Sum of RGB (Red+Green+Blue) = 183+195+175=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C3AF is #483C50. Grayscale: #BDBDBD. Windows color (decimal): -4734033 or 11518903. OLE color: 11518903.
HSL color Cylindrical-coordinate representation of color #B7C3AF: hue angle of 96º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7C3AF is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 175 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.24 |
| HSL | 96º | 0.14% | 0.73% | - |
| HSV(B) | 96º | 0.1% | 0.76% | - |
| XYZ | 46.78 | 52.19 | 48.17 | - |
| YUV | 189.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 175 | 0.06 | 0 | 0.10 | 0.24 | 96 | 0.14 | 0.73 |
| Hex | B7 | C3 | AF | 6 | 0 | A | 18 | 60 | E | 49 |
| Octal | 267 | 303 | 257 | 6 | 0 | 12 | 30 | 140 | 16 | 111 |
| Binary | 10110111 | 11000011 | 10101111 | 110 | 0 | 1010 | 11000 | 1100000 | 1110 | 1001001 |
Color Harmonies of #B7C3AF
Complementary color
Monochromatic Colors of #B7C3AF
Black with #B7C3AF
Text Example
Text Example
White with #B7C3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C3AF; }
p { color: rgb(183,195,175); }
H1.HeaderClassName
{
color: #B7C3AF;
}
.AnyTagClassName
{
color: #B7C3AF;
}
</style>
background-color css
<style>
a { background-color: #B7C3AF; }
a { background-color: rgb(183,195,175); }
div.DivClassName
{
background-color: #B7C3AF;
}
.BgClassName
{
background-color: #B7C3AF;
}
</style>
border-color css
<style>
span { border-color: #B7C3AF; }
span { border-color: rgb(183,195,175); }
td.TdClassName
{
border-color: #B7C3AF;
}
.TagClassName
{
border-color: #B7C3AF;
}
</style>