Shades of Pumice #B7C3AD
Tints of Pumice #B7C3AD
RGB
CMYK
RGB Variations
Color information
#B7C3AD (or 0xB7C3AD) is known color: Pumice. HEX triplet: B7, C3 and AD. RGB value is (183,195,173). Sum of RGB (Red+Green+Blue) = 183+195+173=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C3AD is #483C52. Grayscale: #BCBCBC. Windows color (decimal): -4734035 or 11387831. OLE color: 11387831.
HSL color Cylindrical-coordinate representation of color #B7C3AD: hue angle of 92.73º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7C3AD is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 173 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.24 |
| HSL | 92.73º | 0.15% | 0.72% | - |
| HSV(B) | 92.73º | 0.11% | 0.76% | - |
| XYZ | 46.59 | 52.11 | 47.14 | - |
| YUV | 188.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 173 | 0.06 | 0 | 0.11 | 0.24 | 92.73 | 0.15 | 0.72 |
| Hex | B7 | C3 | AD | 6 | 0 | B | 18 | 5D | F | 48 |
| Octal | 267 | 303 | 255 | 6 | 0 | 13 | 30 | 135 | 17 | 110 |
| Binary | 10110111 | 11000011 | 10101101 | 110 | 0 | 1011 | 11000 | 1011101 | 1111 | 1001000 |
Color Harmonies of #B7C3AD
Complementary color
Monochromatic Colors of #B7C3AD
Black with #B7C3AD
Text Example
Text Example
White with #B7C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C3AD; }
p { color: rgb(183,195,173); }
H1.HeaderClassName
{
color: #B7C3AD;
}
.AnyTagClassName
{
color: #B7C3AD;
}
</style>
background-color css
<style>
a { background-color: #B7C3AD; }
a { background-color: rgb(183,195,173); }
div.DivClassName
{
background-color: #B7C3AD;
}
.BgClassName
{
background-color: #B7C3AD;
}
</style>
border-color css
<style>
span { border-color: #B7C3AD; }
span { border-color: rgb(183,195,173); }
td.TdClassName
{
border-color: #B7C3AD;
}
.TagClassName
{
border-color: #B7C3AD;
}
</style>