Shades of Pumice #B7BFAF
Tints of Pumice #B7BFAF
RGB
CMYK
RGB Variations
Color information
#B7BFAF (or 0xB7BFAF) is known color: Pumice. HEX triplet: B7, BF and AF. RGB value is (183,191,175). Sum of RGB (Red+Green+Blue) = 183+191+175=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BFAF is #484050. Grayscale: #BABABA. Windows color (decimal): -4735057 or 11517879. OLE color: 11517879.
HSL color Cylindrical-coordinate representation of color #B7BFAF: hue angle of 90º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7BFAF is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
RGB | 183 | 191 | 175 | - |
CMYK | 0.04 | 0 | 0.08 | 0.25 |
HSL | 90º | 0.11% | 0.72% | - |
HSV(B) | 90º | 0.08% | 0.75% | - |
XYZ | 45.9 | 50.42 | 47.87 | - |
YUV | 186.78 | 121.35 | 125.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 191 | 175 | 0.04 | 0 | 0.08 | 0.25 | 90 | 0.11 | 0.72 |
Hex | B7 | BF | AF | 4 | 0 | 8 | 19 | 5A | B | 48 |
Octal | 267 | 277 | 257 | 4 | 0 | 10 | 31 | 132 | 13 | 110 |
Binary | 10110111 | 10111111 | 10101111 | 100 | 0 | 1000 | 11001 | 1011010 | 1011 | 1001000 |
Color Harmonies of #B7BFAF
Complementary color
Monochromatic Colors of #B7BFAF
Black with #B7BFAF
Text Example
Text Example
White with #B7BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFAF; }
p { color: rgb(183,191,175); }
H1.HeaderClassName
{
color: #B7BFAF;
}
.AnyTagClassName
{
color: #B7BFAF;
}
</style>
background-color css
<style>
a { background-color: #B7BFAF; }
a { background-color: rgb(183,191,175); }
div.DivClassName
{
background-color: #B7BFAF;
}
.BgClassName
{
background-color: #B7BFAF;
}
</style>
border-color css
<style>
span { border-color: #B7BFAF; }
span { border-color: rgb(183,191,175); }
td.TdClassName
{
border-color: #B7BFAF;
}
.TagClassName
{
border-color: #B7BFAF;
}
</style>