Shades of Pumice #BBC5B6
Tints of Pumice #BBC5B6
RGB
CMYK
RGB Variations
Color information
#BBC5B6 (or 0xBBC5B6) is known color: Pumice. HEX triplet: BB, C5 and B6. RGB value is (187,197,182). Sum of RGB (Red+Green+Blue) = 187+197+182=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5B6 is #443A49. Grayscale: #C0C0C0. Windows color (decimal): -4471370 or 11978171. OLE color: 11978171.
HSL color Cylindrical-coordinate representation of color #BBC5B6: hue angle of 100º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC5B6 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 182 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.23 |
| HSL | 100º | 0.11% | 0.74% | - |
| HSV(B) | 100º | 0.08% | 0.77% | - |
| XYZ | 48.9 | 53.87 | 52.08 | - |
| YUV | 192.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 182 | 0.05 | 0 | 0.08 | 0.23 | 100 | 0.11 | 0.74 |
| Hex | BB | C5 | B6 | 5 | 0 | 8 | 17 | 64 | B | 4A |
| Octal | 273 | 305 | 266 | 5 | 0 | 10 | 27 | 144 | 13 | 112 |
| Binary | 10111011 | 11000101 | 10110110 | 101 | 0 | 1000 | 10111 | 1100100 | 1011 | 1001010 |
Color Harmonies of #BBC5B6
Complementary color
Monochromatic Colors of #BBC5B6
Black with #BBC5B6
Text Example
Text Example
White with #BBC5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5B6; }
p { color: rgb(187,197,182); }
H1.HeaderClassName
{
color: #BBC5B6;
}
.AnyTagClassName
{
color: #BBC5B6;
}
</style>
background-color css
<style>
a { background-color: #BBC5B6; }
a { background-color: rgb(187,197,182); }
div.DivClassName
{
background-color: #BBC5B6;
}
.BgClassName
{
background-color: #BBC5B6;
}
</style>
border-color css
<style>
span { border-color: #BBC5B6; }
span { border-color: rgb(187,197,182); }
td.TdClassName
{
border-color: #BBC5B6;
}
.TagClassName
{
border-color: #BBC5B6;
}
</style>