Shades of Pumice #B8BCB4
Tints of Pumice #B8BCB4
RGB
CMYK
RGB Variations
Color information
#B8BCB4 (or 0xB8BCB4) is known color: Pumice. HEX triplet: B8, BC and B4. RGB value is (184,188,180). Sum of RGB (Red+Green+Blue) = 184+188+180=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCB4 is #47434B. Grayscale: #B9B9B9. Windows color (decimal): -4670284 or 11844792. OLE color: 11844792.
HSL color Cylindrical-coordinate representation of color #B8BCB4: hue angle of 90º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B8BCB4 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 180 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.26 |
| HSL | 90º | 0.06% | 0.72% | - |
| HSV(B) | 90º | 0.04% | 0.74% | - |
| XYZ | 45.99 | 49.45 | 50.3 | - |
| YUV | 185.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 180 | 0.02 | 0 | 0.04 | 0.26 | 90 | 0.06 | 0.72 |
| Hex | B8 | BC | B4 | 2 | 0 | 4 | 1A | 5A | 6 | 48 |
| Octal | 270 | 274 | 264 | 2 | 0 | 4 | 32 | 132 | 6 | 110 |
| Binary | 10111000 | 10111100 | 10110100 | 10 | 0 | 100 | 11010 | 1011010 | 110 | 1001000 |
Color Harmonies of #B8BCB4
Complementary color
Monochromatic Colors of #B8BCB4
Black with #B8BCB4
Text Example
Text Example
White with #B8BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCB4; }
p { color: rgb(184,188,180); }
H1.HeaderClassName
{
color: #B8BCB4;
}
.AnyTagClassName
{
color: #B8BCB4;
}
</style>
background-color css
<style>
a { background-color: #B8BCB4; }
a { background-color: rgb(184,188,180); }
div.DivClassName
{
background-color: #B8BCB4;
}
.BgClassName
{
background-color: #B8BCB4;
}
</style>
border-color css
<style>
span { border-color: #B8BCB4; }
span { border-color: rgb(184,188,180); }
td.TdClassName
{
border-color: #B8BCB4;
}
.TagClassName
{
border-color: #B8BCB4;
}
</style>