Shades of Pumice #B7BFB3
Tints of Pumice #B7BFB3
RGB
CMYK
RGB Variations
Color information
#B7BFB3 (or 0xB7BFB3) is known color: Pumice. HEX triplet: B7, BF and B3. RGB value is (183,191,179). Sum of RGB (Red+Green+Blue) = 183+191+179=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFB3 is #48404C. Grayscale: #BBBBBB. Windows color (decimal): -4735053 or 11780023. OLE color: 11780023.
HSL color Cylindrical-coordinate representation of color #B7BFB3: hue angle of 100º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B7BFB3 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 183 | 191 | 179 | - |
CMYK | 0.04 | 0 | 0.06 | 0.25 |
HSL | 100º | 0.09% | 0.73% | - |
HSV(B) | 100º | 0.06% | 0.75% | - |
XYZ | 46.3 | 50.58 | 49.97 | - |
YUV | 187.24 | 123.35 | 124.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 191 | 179 | 0.04 | 0 | 0.06 | 0.25 | 100 | 0.09 | 0.73 |
Hex | B7 | BF | B3 | 4 | 0 | 6 | 19 | 64 | 9 | 49 |
Octal | 267 | 277 | 263 | 4 | 0 | 6 | 31 | 144 | 11 | 111 |
Binary | 10110111 | 10111111 | 10110011 | 100 | 0 | 110 | 11001 | 1100100 | 1001 | 1001001 |
Color Harmonies of #B7BFB3
Complementary color
Monochromatic Colors of #B7BFB3
Black with #B7BFB3
Text Example
Text Example
White with #B7BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFB3; }
p { color: rgb(183,191,179); }
H1.HeaderClassName
{
color: #B7BFB3;
}
.AnyTagClassName
{
color: #B7BFB3;
}
</style>
background-color css
<style>
a { background-color: #B7BFB3; }
a { background-color: rgb(183,191,179); }
div.DivClassName
{
background-color: #B7BFB3;
}
.BgClassName
{
background-color: #B7BFB3;
}
</style>
border-color css
<style>
span { border-color: #B7BFB3; }
span { border-color: rgb(183,191,179); }
td.TdClassName
{
border-color: #B7BFB3;
}
.TagClassName
{
border-color: #B7BFB3;
}
</style>