Shades of Pumice #B9C4B3
Tints of Pumice #B9C4B3
RGB
CMYK
RGB Variations
Color information
#B9C4B3 (or 0xB9C4B3) is known color: Pumice. HEX triplet: B9, C4 and B3. RGB value is (185,196,179). Sum of RGB (Red+Green+Blue) = 185+196+179=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C4B3 is #463B4C. Grayscale: #BEBEBE. Windows color (decimal): -4602701 or 11781305. OLE color: 11781305.
HSL color Cylindrical-coordinate representation of color #B9C4B3: hue angle of 98.82º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9C4B3 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 196 | 179 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.23 |
| HSL | 98.82º | 0.13% | 0.74% | - |
| HSV(B) | 98.82º | 0.09% | 0.77% | - |
| XYZ | 47.88 | 53.05 | 50.36 | - |
| YUV | 190.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 179 | 0.06 | 0 | 0.09 | 0.23 | 98.82 | 0.13 | 0.74 |
| Hex | B9 | C4 | B3 | 6 | 0 | 9 | 17 | 63 | D | 4A |
| Octal | 271 | 304 | 263 | 6 | 0 | 11 | 27 | 143 | 15 | 112 |
| Binary | 10111001 | 11000100 | 10110011 | 110 | 0 | 1001 | 10111 | 1100011 | 1101 | 1001010 |
Color Harmonies of #B9C4B3
Complementary color
Monochromatic Colors of #B9C4B3
Black with #B9C4B3
Text Example
Text Example
White with #B9C4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C4B3; }
p { color: rgb(185,196,179); }
H1.HeaderClassName
{
color: #B9C4B3;
}
.AnyTagClassName
{
color: #B9C4B3;
}
</style>
background-color css
<style>
a { background-color: #B9C4B3; }
a { background-color: rgb(185,196,179); }
div.DivClassName
{
background-color: #B9C4B3;
}
.BgClassName
{
background-color: #B9C4B3;
}
</style>
border-color css
<style>
span { border-color: #B9C4B3; }
span { border-color: rgb(185,196,179); }
td.TdClassName
{
border-color: #B9C4B3;
}
.TagClassName
{
border-color: #B9C4B3;
}
</style>