Shades of Pumice #B7C6AB
Tints of Pumice #B7C6AB
RGB
CMYK
RGB Variations
Color information
#B7C6AB (or 0xB7C6AB) is known color: Pumice. HEX triplet: B7, C6 and AB. RGB value is (183,198,171). Sum of RGB (Red+Green+Blue) = 183+198+171=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 198 - color contains mainly: green. Hex color #B7C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C6AB is #483954. Grayscale: #BEBEBE. Windows color (decimal): -4733269 or 11257527. OLE color: 11257527.
HSL color Cylindrical-coordinate representation of color #B7C6AB: hue angle of 93.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7C6AB is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 198 | 171 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.22 |
| HSL | 93.33º | 0.19% | 0.72% | - |
| HSV(B) | 93.33º | 0.14% | 0.78% | - |
| XYZ | 47.07 | 53.4 | 46.35 | - |
| YUV | 190.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 198 | 171 | 0.08 | 0 | 0.14 | 0.22 | 93.33 | 0.19 | 0.72 |
| Hex | B7 | C6 | AB | 8 | 0 | E | 16 | 5D | 13 | 48 |
| Octal | 267 | 306 | 253 | 10 | 0 | 16 | 26 | 135 | 23 | 110 |
| Binary | 10110111 | 11000110 | 10101011 | 1000 | 0 | 1110 | 10110 | 1011101 | 10011 | 1001000 |
Color Harmonies of #B7C6AB
Complementary color
Monochromatic Colors of #B7C6AB
Black with #B7C6AB
Text Example
Text Example
White with #B7C6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C6AB; }
p { color: rgb(183,198,171); }
H1.HeaderClassName
{
color: #B7C6AB;
}
.AnyTagClassName
{
color: #B7C6AB;
}
</style>
background-color css
<style>
a { background-color: #B7C6AB; }
a { background-color: rgb(183,198,171); }
div.DivClassName
{
background-color: #B7C6AB;
}
.BgClassName
{
background-color: #B7C6AB;
}
</style>
border-color css
<style>
span { border-color: #B7C6AB; }
span { border-color: rgb(183,198,171); }
td.TdClassName
{
border-color: #B7C6AB;
}
.TagClassName
{
border-color: #B7C6AB;
}
</style>