Shades of Pumice #B9C9B0
Tints of Pumice #B9C9B0
RGB
CMYK
RGB Variations
Color information
#B9C9B0 (or 0xB9C9B0) is known color: Pumice. HEX triplet: B9, C9 and B0. RGB value is (185,201,176). Sum of RGB (Red+Green+Blue) = 185+201+176=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C9B0 is #46364F. Grayscale: #C1C1C1. Windows color (decimal): -4601424 or 11585977. OLE color: 11585977.
HSL color Cylindrical-coordinate representation of color #B9C9B0: hue angle of 98.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9C9B0 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 176 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.21 |
| HSL | 98.4º | 0.19% | 0.74% | - |
| HSV(B) | 98.4º | 0.12% | 0.79% | - |
| XYZ | 48.73 | 55.22 | 49.16 | - |
| YUV | 193.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 176 | 0.08 | 0 | 0.12 | 0.21 | 98.4 | 0.19 | 0.74 |
| Hex | B9 | C9 | B0 | 8 | 0 | C | 15 | 62 | 13 | 4A |
| Octal | 271 | 311 | 260 | 10 | 0 | 14 | 25 | 142 | 23 | 112 |
| Binary | 10111001 | 11001001 | 10110000 | 1000 | 0 | 1100 | 10101 | 1100010 | 10011 | 1001010 |
Color Harmonies of #B9C9B0
Complementary color
Monochromatic Colors of #B9C9B0
Black with #B9C9B0
Text Example
Text Example
White with #B9C9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C9B0; }
p { color: rgb(185,201,176); }
H1.HeaderClassName
{
color: #B9C9B0;
}
.AnyTagClassName
{
color: #B9C9B0;
}
</style>
background-color css
<style>
a { background-color: #B9C9B0; }
a { background-color: rgb(185,201,176); }
div.DivClassName
{
background-color: #B9C9B0;
}
.BgClassName
{
background-color: #B9C9B0;
}
</style>
border-color css
<style>
span { border-color: #B9C9B0; }
span { border-color: rgb(185,201,176); }
td.TdClassName
{
border-color: #B9C9B0;
}
.TagClassName
{
border-color: #B9C9B0;
}
</style>