Shades of Pumice #B2BCAD
Tints of Pumice #B2BCAD
RGB
CMYK
RGB Variations
Color information
#B2BCAD (or 0xB2BCAD) is known color: Pumice. HEX triplet: B2, BC and AD. RGB value is (178,188,173). Sum of RGB (Red+Green+Blue) = 178+188+173=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCAD is #4D4352. Grayscale: #B7B7B7. Windows color (decimal): -5063507 or 11386034. OLE color: 11386034.
HSL color Cylindrical-coordinate representation of color #B2BCAD: hue angle of 100º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2BCAD is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 173 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.26 |
| HSL | 100º | 0.1% | 0.71% | - |
| HSV(B) | 100º | 0.08% | 0.74% | - |
| XYZ | 43.89 | 48.45 | 46.57 | - |
| YUV | 183.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 173 | 0.05 | 0 | 0.08 | 0.26 | 100 | 0.1 | 0.71 |
| Hex | B2 | BC | AD | 5 | 0 | 8 | 1A | 64 | A | 47 |
| Octal | 262 | 274 | 255 | 5 | 0 | 10 | 32 | 144 | 12 | 107 |
| Binary | 10110010 | 10111100 | 10101101 | 101 | 0 | 1000 | 11010 | 1100100 | 1010 | 1000111 |
Color Harmonies of #B2BCAD
Complementary color
Monochromatic Colors of #B2BCAD
Black with #B2BCAD
Text Example
Text Example
White with #B2BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCAD; }
p { color: rgb(178,188,173); }
H1.HeaderClassName
{
color: #B2BCAD;
}
.AnyTagClassName
{
color: #B2BCAD;
}
</style>
background-color css
<style>
a { background-color: #B2BCAD; }
a { background-color: rgb(178,188,173); }
div.DivClassName
{
background-color: #B2BCAD;
}
.BgClassName
{
background-color: #B2BCAD;
}
</style>
border-color css
<style>
span { border-color: #B2BCAD; }
span { border-color: rgb(178,188,173); }
td.TdClassName
{
border-color: #B2BCAD;
}
.TagClassName
{
border-color: #B2BCAD;
}
</style>