Shades of Pumice #B9C1B3
Tints of Pumice #B9C1B3
RGB
CMYK
RGB Variations
Color information
#B9C1B3 (or 0xB9C1B3) is known color: Pumice. HEX triplet: B9, C1 and B3. RGB value is (185,193,179). Sum of RGB (Red+Green+Blue) = 185+193+179=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1B3 is #463E4C. Grayscale: #BDBDBD. Windows color (decimal): -4603469 or 11780537. OLE color: 11780537.
HSL color Cylindrical-coordinate representation of color #B9C1B3: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9C1B3 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 179 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.24 |
| HSL | 94.29º | 0.1% | 0.73% | - |
| HSV(B) | 94.29º | 0.07% | 0.76% | - |
| XYZ | 47.21 | 51.71 | 50.14 | - |
| YUV | 189.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 179 | 0.04 | 0 | 0.07 | 0.24 | 94.29 | 0.1 | 0.73 |
| Hex | B9 | C1 | B3 | 4 | 0 | 7 | 18 | 5E | A | 49 |
| Octal | 271 | 301 | 263 | 4 | 0 | 7 | 30 | 136 | 12 | 111 |
| Binary | 10111001 | 11000001 | 10110011 | 100 | 0 | 111 | 11000 | 1011110 | 1010 | 1001001 |
Color Harmonies of #B9C1B3
Complementary color
Monochromatic Colors of #B9C1B3
Black with #B9C1B3
Text Example
Text Example
White with #B9C1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C1B3; }
p { color: rgb(185,193,179); }
H1.HeaderClassName
{
color: #B9C1B3;
}
.AnyTagClassName
{
color: #B9C1B3;
}
</style>
background-color css
<style>
a { background-color: #B9C1B3; }
a { background-color: rgb(185,193,179); }
div.DivClassName
{
background-color: #B9C1B3;
}
.BgClassName
{
background-color: #B9C1B3;
}
</style>
border-color css
<style>
span { border-color: #B9C1B3; }
span { border-color: rgb(185,193,179); }
td.TdClassName
{
border-color: #B9C1B3;
}
.TagClassName
{
border-color: #B9C1B3;
}
</style>