Shades of Pumice #B9C3B1
Tints of Pumice #B9C3B1
RGB
CMYK
RGB Variations
Color information
#B9C3B1 (or 0xB9C3B1) is known color: Pumice. HEX triplet: B9, C3 and B1. RGB value is (185,195,177). Sum of RGB (Red+Green+Blue) = 185+195+177=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C3B1 is #463C4E. Grayscale: #BEBEBE. Windows color (decimal): -4602959 or 11649977. OLE color: 11649977.
HSL color Cylindrical-coordinate representation of color #B9C3B1: hue angle of 93.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9C3B1 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 177 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.24 |
| HSL | 93.33º | 0.13% | 0.73% | - |
| HSV(B) | 93.33º | 0.09% | 0.76% | - |
| XYZ | 47.46 | 52.52 | 49.23 | - |
| YUV | 189.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 177 | 0.05 | 0 | 0.09 | 0.24 | 93.33 | 0.13 | 0.73 |
| Hex | B9 | C3 | B1 | 5 | 0 | 9 | 18 | 5D | D | 49 |
| Octal | 271 | 303 | 261 | 5 | 0 | 11 | 30 | 135 | 15 | 111 |
| Binary | 10111001 | 11000011 | 10110001 | 101 | 0 | 1001 | 11000 | 1011101 | 1101 | 1001001 |
Color Harmonies of #B9C3B1
Complementary color
Monochromatic Colors of #B9C3B1
Black with #B9C3B1
Text Example
Text Example
White with #B9C3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C3B1; }
p { color: rgb(185,195,177); }
H1.HeaderClassName
{
color: #B9C3B1;
}
.AnyTagClassName
{
color: #B9C3B1;
}
</style>
background-color css
<style>
a { background-color: #B9C3B1; }
a { background-color: rgb(185,195,177); }
div.DivClassName
{
background-color: #B9C3B1;
}
.BgClassName
{
background-color: #B9C3B1;
}
</style>
border-color css
<style>
span { border-color: #B9C3B1; }
span { border-color: rgb(185,195,177); }
td.TdClassName
{
border-color: #B9C3B1;
}
.TagClassName
{
border-color: #B9C3B1;
}
</style>