Shades of Pumice #B8C6B1
Tints of Pumice #B8C6B1
RGB
CMYK
RGB Variations
Color information
#B8C6B1 (or 0xB8C6B1) is known color: Pumice. HEX triplet: B8, C6 and B1. RGB value is (184,198,177). Sum of RGB (Red+Green+Blue) = 184+198+177=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C6B1 is #47394E. Grayscale: #BFBFBF. Windows color (decimal): -4667727 or 11650744. OLE color: 11650744.
HSL color Cylindrical-coordinate representation of color #B8C6B1: hue angle of 100º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8C6B1 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 177 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.22 |
| HSL | 100º | 0.16% | 0.74% | - |
| HSV(B) | 100º | 0.11% | 0.78% | - |
| XYZ | 47.9 | 53.75 | 49.45 | - |
| YUV | 191.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 177 | 0.07 | 0 | 0.11 | 0.22 | 100 | 0.16 | 0.74 |
| Hex | B8 | C6 | B1 | 7 | 0 | B | 16 | 64 | 10 | 4A |
| Octal | 270 | 306 | 261 | 7 | 0 | 13 | 26 | 144 | 20 | 112 |
| Binary | 10111000 | 11000110 | 10110001 | 111 | 0 | 1011 | 10110 | 1100100 | 10000 | 1001010 |
Color Harmonies of #B8C6B1
Complementary color
Monochromatic Colors of #B8C6B1
Black with #B8C6B1
Text Example
Text Example
White with #B8C6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C6B1; }
p { color: rgb(184,198,177); }
H1.HeaderClassName
{
color: #B8C6B1;
}
.AnyTagClassName
{
color: #B8C6B1;
}
</style>
background-color css
<style>
a { background-color: #B8C6B1; }
a { background-color: rgb(184,198,177); }
div.DivClassName
{
background-color: #B8C6B1;
}
.BgClassName
{
background-color: #B8C6B1;
}
</style>
border-color css
<style>
span { border-color: #B8C6B1; }
span { border-color: rgb(184,198,177); }
td.TdClassName
{
border-color: #B8C6B1;
}
.TagClassName
{
border-color: #B8C6B1;
}
</style>