Shades of Pumice #BBC7B4
Tints of Pumice #BBC7B4
RGB
CMYK
RGB Variations
Color information
#BBC7B4 (or 0xBBC7B4) is known color: Pumice. HEX triplet: BB, C7 and B4. RGB value is (187,199,180). Sum of RGB (Red+Green+Blue) = 187+199+180=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7B4 is #44384B. Grayscale: #C1C1C1. Windows color (decimal): -4470860 or 11847611. OLE color: 11847611.
HSL color Cylindrical-coordinate representation of color #BBC7B4: hue angle of 97.89º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC7B4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 180 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.22 |
| HSL | 97.89º | 0.15% | 0.74% | - |
| HSV(B) | 97.89º | 0.1% | 0.78% | - |
| XYZ | 49.16 | 54.71 | 51.15 | - |
| YUV | 193.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 180 | 0.06 | 0 | 0.10 | 0.22 | 97.89 | 0.15 | 0.74 |
| Hex | BB | C7 | B4 | 6 | 0 | A | 16 | 62 | F | 4A |
| Octal | 273 | 307 | 264 | 6 | 0 | 12 | 26 | 142 | 17 | 112 |
| Binary | 10111011 | 11000111 | 10110100 | 110 | 0 | 1010 | 10110 | 1100010 | 1111 | 1001010 |
Color Harmonies of #BBC7B4
Complementary color
Monochromatic Colors of #BBC7B4
Black with #BBC7B4
Text Example
Text Example
White with #BBC7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7B4; }
p { color: rgb(187,199,180); }
H1.HeaderClassName
{
color: #BBC7B4;
}
.AnyTagClassName
{
color: #BBC7B4;
}
</style>
background-color css
<style>
a { background-color: #BBC7B4; }
a { background-color: rgb(187,199,180); }
div.DivClassName
{
background-color: #BBC7B4;
}
.BgClassName
{
background-color: #BBC7B4;
}
</style>
border-color css
<style>
span { border-color: #BBC7B4; }
span { border-color: rgb(187,199,180); }
td.TdClassName
{
border-color: #BBC7B4;
}
.TagClassName
{
border-color: #BBC7B4;
}
</style>