Shades of Pumice #B2BCAA
Tints of Pumice #B2BCAA
RGB
CMYK
RGB Variations
Color information
#B2BCAA (or 0xB2BCAA) is known color: Pumice. HEX triplet: B2, BC and AA. RGB value is (178,188,170). Sum of RGB (Red+Green+Blue) = 178+188+170=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCAA is #4D4355. Grayscale: #B7B7B7. Windows color (decimal): -5063510 or 11189426. OLE color: 11189426.
HSL color Cylindrical-coordinate representation of color #B2BCAA: hue angle of 93.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2BCAA is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 170 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.26 |
| HSL | 93.33º | 0.12% | 0.7% | - |
| HSV(B) | 93.33º | 0.1% | 0.74% | - |
| XYZ | 43.6 | 48.33 | 45.06 | - |
| YUV | 182.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 170 | 0.05 | 0 | 0.10 | 0.26 | 93.33 | 0.12 | 0.7 |
| Hex | B2 | BC | AA | 5 | 0 | A | 1A | 5D | C | 46 |
| Octal | 262 | 274 | 252 | 5 | 0 | 12 | 32 | 135 | 14 | 106 |
| Binary | 10110010 | 10111100 | 10101010 | 101 | 0 | 1010 | 11010 | 1011101 | 1100 | 1000110 |
Color Harmonies of #B2BCAA
Complementary color
Monochromatic Colors of #B2BCAA
Black with #B2BCAA
Text Example
Text Example
White with #B2BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BCAA; }
p { color: rgb(178,188,170); }
H1.HeaderClassName
{
color: #B2BCAA;
}
.AnyTagClassName
{
color: #B2BCAA;
}
</style>
background-color css
<style>
a { background-color: #B2BCAA; }
a { background-color: rgb(178,188,170); }
div.DivClassName
{
background-color: #B2BCAA;
}
.BgClassName
{
background-color: #B2BCAA;
}
</style>
border-color css
<style>
span { border-color: #B2BCAA; }
span { border-color: rgb(178,188,170); }
td.TdClassName
{
border-color: #B2BCAA;
}
.TagClassName
{
border-color: #B2BCAA;
}
</style>