Shades of Pumice #B9C4B0
Tints of Pumice #B9C4B0
RGB
CMYK
RGB Variations
Color information
#B9C4B0 (or 0xB9C4B0) is known color: Pumice. HEX triplet: B9, C4 and B0. RGB value is (185,196,176). Sum of RGB (Red+Green+Blue) = 185+196+176=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C4B0 is #463B4F. Grayscale: #BEBEBE. Windows color (decimal): -4602704 or 11584697. OLE color: 11584697.
HSL color Cylindrical-coordinate representation of color #B9C4B0: hue angle of 93º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9C4B0 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 196 | 176 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.23 |
| HSL | 93º | 0.14% | 0.73% | - |
| HSV(B) | 93º | 0.1% | 0.77% | - |
| XYZ | 47.58 | 52.93 | 48.78 | - |
| YUV | 190.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 176 | 0.06 | 0 | 0.10 | 0.23 | 93 | 0.14 | 0.73 |
| Hex | B9 | C4 | B0 | 6 | 0 | A | 17 | 5D | E | 49 |
| Octal | 271 | 304 | 260 | 6 | 0 | 12 | 27 | 135 | 16 | 111 |
| Binary | 10111001 | 11000100 | 10110000 | 110 | 0 | 1010 | 10111 | 1011101 | 1110 | 1001001 |
Color Harmonies of #B9C4B0
Complementary color
Monochromatic Colors of #B9C4B0
Black with #B9C4B0
Text Example
Text Example
White with #B9C4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C4B0; }
p { color: rgb(185,196,176); }
H1.HeaderClassName
{
color: #B9C4B0;
}
.AnyTagClassName
{
color: #B9C4B0;
}
</style>
background-color css
<style>
a { background-color: #B9C4B0; }
a { background-color: rgb(185,196,176); }
div.DivClassName
{
background-color: #B9C4B0;
}
.BgClassName
{
background-color: #B9C4B0;
}
</style>
border-color css
<style>
span { border-color: #B9C4B0; }
span { border-color: rgb(185,196,176); }
td.TdClassName
{
border-color: #B9C4B0;
}
.TagClassName
{
border-color: #B9C4B0;
}
</style>