Shades of Pumice #B4B8B2
Tints of Pumice #B4B8B2
RGB
CMYK
RGB Variations
Color information
#B4B8B2 (or 0xB4B8B2) is known color: Pumice. HEX triplet: B4, B8 and B2. RGB value is (180,184,178). Sum of RGB (Red+Green+Blue) = 180+184+178=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B8B2 is #4B474D. Grayscale: #B6B6B6. Windows color (decimal): -4933454 or 11712692. OLE color: 11712692.
HSL color Cylindrical-coordinate representation of color #B4B8B2: hue angle of 100º degrees, saturation: 0.04, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B4B8B2 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 184 | 178 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.28 |
| HSL | 100º | 0.04% | 0.71% | - |
| HSV(B) | 100º | 0.03% | 0.72% | - |
| XYZ | 44 | 47.2 | 48.91 | - |
| YUV | 182.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 184 | 178 | 0.02 | 0 | 0.03 | 0.28 | 100 | 0.04 | 0.71 |
| Hex | B4 | B8 | B2 | 2 | 0 | 3 | 1C | 64 | 4 | 47 |
| Octal | 264 | 270 | 262 | 2 | 0 | 3 | 34 | 144 | 4 | 107 |
| Binary | 10110100 | 10111000 | 10110010 | 10 | 0 | 11 | 11100 | 1100100 | 100 | 1000111 |
Color Harmonies of #B4B8B2
Complementary color
Monochromatic Colors of #B4B8B2
Black with #B4B8B2
Text Example
Text Example
White with #B4B8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B8B2; }
p { color: rgb(180,184,178); }
H1.HeaderClassName
{
color: #B4B8B2;
}
.AnyTagClassName
{
color: #B4B8B2;
}
</style>
background-color css
<style>
a { background-color: #B4B8B2; }
a { background-color: rgb(180,184,178); }
div.DivClassName
{
background-color: #B4B8B2;
}
.BgClassName
{
background-color: #B4B8B2;
}
</style>
border-color css
<style>
span { border-color: #B4B8B2; }
span { border-color: rgb(180,184,178); }
td.TdClassName
{
border-color: #B4B8B2;
}
.TagClassName
{
border-color: #B4B8B2;
}
</style>