Shades of Pumice #B8C3B0
Tints of Pumice #B8C3B0
RGB
CMYK
RGB Variations
Color information
#B8C3B0 (or 0xB8C3B0) is known color: Pumice. HEX triplet: B8, C3 and B0. RGB value is (184,195,176). Sum of RGB (Red+Green+Blue) = 184+195+176=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C3B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C3B0 is #473C4F. Grayscale: #BDBDBD. Windows color (decimal): -4668496 or 11584440. OLE color: 11584440.
HSL color Cylindrical-coordinate representation of color #B8C3B0: hue angle of 94.74º 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 #B8C3B0 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 176 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.24 |
| HSL | 94.74º | 0.14% | 0.73% | - |
| HSV(B) | 94.74º | 0.1% | 0.76% | - |
| XYZ | 47.12 | 52.36 | 48.7 | - |
| YUV | 189.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 176 | 0.06 | 0 | 0.10 | 0.24 | 94.74 | 0.14 | 0.73 |
| Hex | B8 | C3 | B0 | 6 | 0 | A | 18 | 5F | E | 49 |
| Octal | 270 | 303 | 260 | 6 | 0 | 12 | 30 | 137 | 16 | 111 |
| Binary | 10111000 | 11000011 | 10110000 | 110 | 0 | 1010 | 11000 | 1011111 | 1110 | 1001001 |
Color Harmonies of #B8C3B0
Complementary color
Monochromatic Colors of #B8C3B0
Black with #B8C3B0
Text Example
Text Example
White with #B8C3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C3B0; }
p { color: rgb(184,195,176); }
H1.HeaderClassName
{
color: #B8C3B0;
}
.AnyTagClassName
{
color: #B8C3B0;
}
</style>
background-color css
<style>
a { background-color: #B8C3B0; }
a { background-color: rgb(184,195,176); }
div.DivClassName
{
background-color: #B8C3B0;
}
.BgClassName
{
background-color: #B8C3B0;
}
</style>
border-color css
<style>
span { border-color: #B8C3B0; }
span { border-color: rgb(184,195,176); }
td.TdClassName
{
border-color: #B8C3B0;
}
.TagClassName
{
border-color: #B8C3B0;
}
</style>