Shades of Pumice #B3BCAB
Tints of Pumice #B3BCAB
RGB
CMYK
RGB Variations
Color information
#B3BCAB (or 0xB3BCAB) is known color: Pumice. HEX triplet: B3, BC and AB. RGB value is (179,188,171). Sum of RGB (Red+Green+Blue) = 179+188+171=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BCAB is #4C4354. Grayscale: #B7B7B7. Windows color (decimal): -4997973 or 11254963. OLE color: 11254963.
HSL color Cylindrical-coordinate representation of color #B3BCAB: hue angle of 91.76º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3BCAB is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 171 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.26 |
| HSL | 91.76º | 0.11% | 0.7% | - |
| HSV(B) | 91.76º | 0.09% | 0.74% | - |
| XYZ | 43.92 | 48.49 | 45.57 | - |
| YUV | 183.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 171 | 0.05 | 0 | 0.09 | 0.26 | 91.76 | 0.11 | 0.7 |
| Hex | B3 | BC | AB | 5 | 0 | 9 | 1A | 5C | B | 46 |
| Octal | 263 | 274 | 253 | 5 | 0 | 11 | 32 | 134 | 13 | 106 |
| Binary | 10110011 | 10111100 | 10101011 | 101 | 0 | 1001 | 11010 | 1011100 | 1011 | 1000110 |
Color Harmonies of #B3BCAB
Complementary color
Monochromatic Colors of #B3BCAB
Black with #B3BCAB
Text Example
Text Example
White with #B3BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BCAB; }
p { color: rgb(179,188,171); }
H1.HeaderClassName
{
color: #B3BCAB;
}
.AnyTagClassName
{
color: #B3BCAB;
}
</style>
background-color css
<style>
a { background-color: #B3BCAB; }
a { background-color: rgb(179,188,171); }
div.DivClassName
{
background-color: #B3BCAB;
}
.BgClassName
{
background-color: #B3BCAB;
}
</style>
border-color css
<style>
span { border-color: #B3BCAB; }
span { border-color: rgb(179,188,171); }
td.TdClassName
{
border-color: #B3BCAB;
}
.TagClassName
{
border-color: #B3BCAB;
}
</style>