Shades of Pumice #B2B8AF
Tints of Pumice #B2B8AF
RGB
CMYK
RGB Variations
Color information
#B2B8AF (or 0xB2B8AF) is known color: Pumice. HEX triplet: B2, B8 and AF. RGB value is (178,184,175). Sum of RGB (Red+Green+Blue) = 178+184+175=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B8AF is #4D4750. Grayscale: #B5B5B5. Windows color (decimal): -5064529 or 11516082. OLE color: 11516082.
HSL color Cylindrical-coordinate representation of color #B2B8AF: hue angle of 100º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2B8AF is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 175 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.28 |
| HSL | 100º | 0.06% | 0.7% | - |
| HSV(B) | 100º | 0.05% | 0.72% | - |
| XYZ | 43.24 | 46.84 | 47.32 | - |
| YUV | 181.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 175 | 0.03 | 0 | 0.05 | 0.28 | 100 | 0.06 | 0.7 |
| Hex | B2 | B8 | AF | 3 | 0 | 5 | 1C | 64 | 6 | 46 |
| Octal | 262 | 270 | 257 | 3 | 0 | 5 | 34 | 144 | 6 | 106 |
| Binary | 10110010 | 10111000 | 10101111 | 11 | 0 | 101 | 11100 | 1100100 | 110 | 1000110 |
Color Harmonies of #B2B8AF
Complementary color
Monochromatic Colors of #B2B8AF
Black with #B2B8AF
Text Example
Text Example
White with #B2B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B8AF; }
p { color: rgb(178,184,175); }
H1.HeaderClassName
{
color: #B2B8AF;
}
.AnyTagClassName
{
color: #B2B8AF;
}
</style>
background-color css
<style>
a { background-color: #B2B8AF; }
a { background-color: rgb(178,184,175); }
div.DivClassName
{
background-color: #B2B8AF;
}
.BgClassName
{
background-color: #B2B8AF;
}
</style>
border-color css
<style>
span { border-color: #B2B8AF; }
span { border-color: rgb(178,184,175); }
td.TdClassName
{
border-color: #B2B8AF;
}
.TagClassName
{
border-color: #B2B8AF;
}
</style>