Shades of Pumice #B7B8B6
Tints of Pumice #B7B8B6
RGB
CMYK
RGB Variations
Color information
#B7B8B6 (or 0xB7B8B6) is known color: Pumice. HEX triplet: B7, B8 and B6. RGB value is (183,184,182). Sum of RGB (Red+Green+Blue) = 183+184+182=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 184 - color contains mainly: green. Hex color #B7B8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B8B6 is #484749. Grayscale: #B7B7B7. Windows color (decimal): -4736842 or 11974839. OLE color: 11974839.
HSL color Cylindrical-coordinate representation of color #B7B8B6: hue angle of 90º degrees, saturation: 0.01, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B7B8B6 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 184 | 182 | - |
CMYK | 0.01 | 0 | 0.01 | 0.28 |
HSL | 90º | 0.01% | 0.72% | - |
HSV(B) | 90º | 0.01% | 0.72% | - |
XYZ | 45.11 | 47.73 | 51.09 | - |
YUV | 183.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 184 | 182 | 0.01 | 0 | 0.01 | 0.28 | 90 | 0.01 | 0.72 |
Hex | B7 | B8 | B6 | 1 | 0 | 1 | 1C | 5A | 1 | 48 |
Octal | 267 | 270 | 266 | 1 | 0 | 1 | 34 | 132 | 1 | 110 |
Binary | 10110111 | 10111000 | 10110110 | 1 | 0 | 1 | 11100 | 1011010 | 1 | 1001000 |
Color Harmonies of #B7B8B6
Complementary color
Monochromatic Colors of #B7B8B6
Black with #B7B8B6
Text Example
Text Example
White with #B7B8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B8B6; }
p { color: rgb(183,184,182); }
H1.HeaderClassName
{
color: #B7B8B6;
}
.AnyTagClassName
{
color: #B7B8B6;
}
</style>
background-color css
<style>
a { background-color: #B7B8B6; }
a { background-color: rgb(183,184,182); }
div.DivClassName
{
background-color: #B7B8B6;
}
.BgClassName
{
background-color: #B7B8B6;
}
</style>
border-color css
<style>
span { border-color: #B7B8B6; }
span { border-color: rgb(183,184,182); }
td.TdClassName
{
border-color: #B7B8B6;
}
.TagClassName
{
border-color: #B7B8B6;
}
</style>