Shades of Pumice #B8BCB5
Tints of Pumice #B8BCB5
RGB
CMYK
RGB Variations
Color information
#B8BCB5 (or 0xB8BCB5) is known color: Pumice. HEX triplet: B8, BC and B5. RGB value is (184,188,181). Sum of RGB (Red+Green+Blue) = 184+188+181=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCB5 is #47434A. Grayscale: #BABABA. Windows color (decimal): -4670283 or 11910328. OLE color: 11910328.
HSL color Cylindrical-coordinate representation of color #B8BCB5: hue angle of 94.29º degrees, saturation: 0.05, 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 #B8BCB5 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 184 | 188 | 181 | - |
CMYK | 0.02 | 0 | 0.04 | 0.26 |
HSL | 94.29º | 0.05% | 0.72% | - |
HSV(B) | 94.29º | 0.04% | 0.74% | - |
XYZ | 46.09 | 49.49 | 50.84 | - |
YUV | 186.01 | 125.17 | 126.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 188 | 181 | 0.02 | 0 | 0.04 | 0.26 | 94.29 | 0.05 | 0.72 |
Hex | B8 | BC | B5 | 2 | 0 | 4 | 1A | 5E | 5 | 48 |
Octal | 270 | 274 | 265 | 2 | 0 | 4 | 32 | 136 | 5 | 110 |
Binary | 10111000 | 10111100 | 10110101 | 10 | 0 | 100 | 11010 | 1011110 | 101 | 1001000 |
Color Harmonies of #B8BCB5
Complementary color
Monochromatic Colors of #B8BCB5
Black with #B8BCB5
Text Example
Text Example
White with #B8BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCB5; }
p { color: rgb(184,188,181); }
H1.HeaderClassName
{
color: #B8BCB5;
}
.AnyTagClassName
{
color: #B8BCB5;
}
</style>
background-color css
<style>
a { background-color: #B8BCB5; }
a { background-color: rgb(184,188,181); }
div.DivClassName
{
background-color: #B8BCB5;
}
.BgClassName
{
background-color: #B8BCB5;
}
</style>
border-color css
<style>
span { border-color: #B8BCB5; }
span { border-color: rgb(184,188,181); }
td.TdClassName
{
border-color: #B8BCB5;
}
.TagClassName
{
border-color: #B8BCB5;
}
</style>