Shades of Pumice #BBC7B0
Tints of Pumice #BBC7B0
RGB
CMYK
RGB Variations
Color information
#BBC7B0 (or 0xBBC7B0) is known color: Pumice. HEX triplet: BB, C7 and B0. RGB value is (187,199,176). Sum of RGB (Red+Green+Blue) = 187+199+176=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC7B0 is #44384F. Grayscale: #C0C0C0. Windows color (decimal): -4470864 or 11585467. OLE color: 11585467.
HSL color Cylindrical-coordinate representation of color #BBC7B0: hue angle of 91.3º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC7B0 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 176 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.22 |
| HSL | 91.3º | 0.17% | 0.74% | - |
| HSV(B) | 91.3º | 0.12% | 0.78% | - |
| XYZ | 48.75 | 54.55 | 49.03 | - |
| YUV | 192.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 176 | 0.06 | 0 | 0.12 | 0.22 | 91.3 | 0.17 | 0.74 |
| Hex | BB | C7 | B0 | 6 | 0 | C | 16 | 5B | 11 | 4A |
| Octal | 273 | 307 | 260 | 6 | 0 | 14 | 26 | 133 | 21 | 112 |
| Binary | 10111011 | 11000111 | 10110000 | 110 | 0 | 1100 | 10110 | 1011011 | 10001 | 1001010 |
Color Harmonies of #BBC7B0
Complementary color
Monochromatic Colors of #BBC7B0
Black with #BBC7B0
Text Example
Text Example
White with #BBC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7B0; }
p { color: rgb(187,199,176); }
H1.HeaderClassName
{
color: #BBC7B0;
}
.AnyTagClassName
{
color: #BBC7B0;
}
</style>
background-color css
<style>
a { background-color: #BBC7B0; }
a { background-color: rgb(187,199,176); }
div.DivClassName
{
background-color: #BBC7B0;
}
.BgClassName
{
background-color: #BBC7B0;
}
</style>
border-color css
<style>
span { border-color: #BBC7B0; }
span { border-color: rgb(187,199,176); }
td.TdClassName
{
border-color: #BBC7B0;
}
.TagClassName
{
border-color: #BBC7B0;
}
</style>