Shades of Pumice #B3BCAC
Tints of Pumice #B3BCAC
RGB
CMYK
RGB Variations
Color information
#B3BCAC (or 0xB3BCAC) is known color: Pumice. HEX triplet: B3, BC and AC. RGB value is (179,188,172). Sum of RGB (Red+Green+Blue) = 179+188+172=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BCAC is #4C4353. Grayscale: #B7B7B7. Windows color (decimal): -4997972 or 11320499. OLE color: 11320499.
HSL color Cylindrical-coordinate representation of color #B3BCAC: hue angle of 93.75º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3BCAC is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 172 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.26 |
| HSL | 93.75º | 0.11% | 0.71% | - |
| HSV(B) | 93.75º | 0.09% | 0.74% | - |
| XYZ | 44.02 | 48.53 | 46.08 | - |
| YUV | 183.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 172 | 0.05 | 0 | 0.09 | 0.26 | 93.75 | 0.11 | 0.71 |
| Hex | B3 | BC | AC | 5 | 0 | 9 | 1A | 5E | B | 47 |
| Octal | 263 | 274 | 254 | 5 | 0 | 11 | 32 | 136 | 13 | 107 |
| Binary | 10110011 | 10111100 | 10101100 | 101 | 0 | 1001 | 11010 | 1011110 | 1011 | 1000111 |
Color Harmonies of #B3BCAC
Complementary color
Monochromatic Colors of #B3BCAC
Black with #B3BCAC
Text Example
Text Example
White with #B3BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BCAC; }
p { color: rgb(179,188,172); }
H1.HeaderClassName
{
color: #B3BCAC;
}
.AnyTagClassName
{
color: #B3BCAC;
}
</style>
background-color css
<style>
a { background-color: #B3BCAC; }
a { background-color: rgb(179,188,172); }
div.DivClassName
{
background-color: #B3BCAC;
}
.BgClassName
{
background-color: #B3BCAC;
}
</style>
border-color css
<style>
span { border-color: #B3BCAC; }
span { border-color: rgb(179,188,172); }
td.TdClassName
{
border-color: #B3BCAC;
}
.TagClassName
{
border-color: #B3BCAC;
}
</style>