Shades of Pumice #BBC1B8
Tints of Pumice #BBC1B8
RGB
CMYK
RGB Variations
Color information
#BBC1B8 (or 0xBBC1B8) is known color: Pumice. HEX triplet: BB, C1 and B8. RGB value is (187,193,184). Sum of RGB (Red+Green+Blue) = 187+193+184=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1B8 is #443E47. Grayscale: #BEBEBE. Windows color (decimal): -4472392 or 12108219. OLE color: 12108219.
HSL color Cylindrical-coordinate representation of color #BBC1B8: hue angle of 100º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBC1B8 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 184 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.24 |
| HSL | 100º | 0.07% | 0.74% | - |
| HSV(B) | 100º | 0.05% | 0.76% | - |
| XYZ | 48.22 | 52.17 | 52.88 | - |
| YUV | 190.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 184 | 0.03 | 0 | 0.05 | 0.24 | 100 | 0.07 | 0.74 |
| Hex | BB | C1 | B8 | 3 | 0 | 5 | 18 | 64 | 7 | 4A |
| Octal | 273 | 301 | 270 | 3 | 0 | 5 | 30 | 144 | 7 | 112 |
| Binary | 10111011 | 11000001 | 10111000 | 11 | 0 | 101 | 11000 | 1100100 | 111 | 1001010 |
Color Harmonies of #BBC1B8
Complementary color
Monochromatic Colors of #BBC1B8
Black with #BBC1B8
Text Example
Text Example
White with #BBC1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1B8; }
p { color: rgb(187,193,184); }
H1.HeaderClassName
{
color: #BBC1B8;
}
.AnyTagClassName
{
color: #BBC1B8;
}
</style>
background-color css
<style>
a { background-color: #BBC1B8; }
a { background-color: rgb(187,193,184); }
div.DivClassName
{
background-color: #BBC1B8;
}
.BgClassName
{
background-color: #BBC1B8;
}
</style>
border-color css
<style>
span { border-color: #BBC1B8; }
span { border-color: rgb(187,193,184); }
td.TdClassName
{
border-color: #BBC1B8;
}
.TagClassName
{
border-color: #BBC1B8;
}
</style>