Shades of Pumice #B8C1B1
Tints of Pumice #B8C1B1
RGB
CMYK
RGB Variations
Color information
#B8C1B1 (or 0xB8C1B1) is known color: Pumice. HEX triplet: B8, C1 and B1. RGB value is (184,193,177). Sum of RGB (Red+Green+Blue) = 184+193+177=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C1B1 is #473E4E. Grayscale: #BCBCBC. Windows color (decimal): -4669007 or 11649464. OLE color: 11649464.
HSL color Cylindrical-coordinate representation of color #B8C1B1: hue angle of 93.75º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8C1B1 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 177 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.24 |
| HSL | 93.75º | 0.11% | 0.73% | - |
| HSV(B) | 93.75º | 0.08% | 0.76% | - |
| XYZ | 46.77 | 51.5 | 49.07 | - |
| YUV | 188.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 177 | 0.05 | 0 | 0.08 | 0.24 | 93.75 | 0.11 | 0.73 |
| Hex | B8 | C1 | B1 | 5 | 0 | 8 | 18 | 5E | B | 49 |
| Octal | 270 | 301 | 261 | 5 | 0 | 10 | 30 | 136 | 13 | 111 |
| Binary | 10111000 | 11000001 | 10110001 | 101 | 0 | 1000 | 11000 | 1011110 | 1011 | 1001001 |
Color Harmonies of #B8C1B1
Complementary color
Monochromatic Colors of #B8C1B1
Black with #B8C1B1
Text Example
Text Example
White with #B8C1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C1B1; }
p { color: rgb(184,193,177); }
H1.HeaderClassName
{
color: #B8C1B1;
}
.AnyTagClassName
{
color: #B8C1B1;
}
</style>
background-color css
<style>
a { background-color: #B8C1B1; }
a { background-color: rgb(184,193,177); }
div.DivClassName
{
background-color: #B8C1B1;
}
.BgClassName
{
background-color: #B8C1B1;
}
</style>
border-color css
<style>
span { border-color: #B8C1B1; }
span { border-color: rgb(184,193,177); }
td.TdClassName
{
border-color: #B8C1B1;
}
.TagClassName
{
border-color: #B8C1B1;
}
</style>