Shades of Pumice #BBC4B2
Tints of Pumice #BBC4B2
RGB
CMYK
RGB Variations
Color information
#BBC4B2 (or 0xBBC4B2) is known color: Pumice. HEX triplet: BB, C4 and B2. RGB value is (187,196,178). Sum of RGB (Red+Green+Blue) = 187+196+178=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC4B2 is #443B4D. Grayscale: #BFBFBF. Windows color (decimal): -4471630 or 11715771. OLE color: 11715771.
HSL color Cylindrical-coordinate representation of color #BBC4B2: hue angle of 90º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC4B2 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 178 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.23 |
| HSL | 90º | 0.13% | 0.73% | - |
| HSV(B) | 90º | 0.09% | 0.77% | - |
| XYZ | 48.27 | 53.26 | 49.86 | - |
| YUV | 191.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 178 | 0.05 | 0 | 0.09 | 0.23 | 90 | 0.13 | 0.73 |
| Hex | BB | C4 | B2 | 5 | 0 | 9 | 17 | 5A | D | 49 |
| Octal | 273 | 304 | 262 | 5 | 0 | 11 | 27 | 132 | 15 | 111 |
| Binary | 10111011 | 11000100 | 10110010 | 101 | 0 | 1001 | 10111 | 1011010 | 1101 | 1001001 |
Color Harmonies of #BBC4B2
Complementary color
Monochromatic Colors of #BBC4B2
Black with #BBC4B2
Text Example
Text Example
White with #BBC4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4B2; }
p { color: rgb(187,196,178); }
H1.HeaderClassName
{
color: #BBC4B2;
}
.AnyTagClassName
{
color: #BBC4B2;
}
</style>
background-color css
<style>
a { background-color: #BBC4B2; }
a { background-color: rgb(187,196,178); }
div.DivClassName
{
background-color: #BBC4B2;
}
.BgClassName
{
background-color: #BBC4B2;
}
</style>
border-color css
<style>
span { border-color: #BBC4B2; }
span { border-color: rgb(187,196,178); }
td.TdClassName
{
border-color: #BBC4B2;
}
.TagClassName
{
border-color: #BBC4B2;
}
</style>