Shades of Pumice #BBCEB0
Tints of Pumice #BBCEB0
RGB
CMYK
RGB Variations
Color information
#BBCEB0 (or 0xBBCEB0) is known color: Pumice. HEX triplet: BB, CE and B0. RGB value is (187,206,176). Sum of RGB (Red+Green+Blue) = 187+206+176=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCEB0 is #44314F. Grayscale: #C5C5C5. Windows color (decimal): -4469072 or 11587259. OLE color: 11587259.
HSL color Cylindrical-coordinate representation of color #BBCEB0: hue angle of 98º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBCEB0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 176 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.19 |
| HSL | 98º | 0.23% | 0.75% | - |
| HSV(B) | 98º | 0.15% | 0.81% | - |
| XYZ | 50.4 | 57.84 | 49.58 | - |
| YUV | 196.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 176 | 0.09 | 0 | 0.15 | 0.19 | 98 | 0.23 | 0.75 |
| Hex | BB | CE | B0 | 9 | 0 | F | 13 | 62 | 17 | 4B |
| Octal | 273 | 316 | 260 | 11 | 0 | 17 | 23 | 142 | 27 | 113 |
| Binary | 10111011 | 11001110 | 10110000 | 1001 | 0 | 1111 | 10011 | 1100010 | 10111 | 1001011 |
Color Harmonies of #BBCEB0
Complementary color
Monochromatic Colors of #BBCEB0
Black with #BBCEB0
Text Example
Text Example
White with #BBCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEB0; }
p { color: rgb(187,206,176); }
H1.HeaderClassName
{
color: #BBCEB0;
}
.AnyTagClassName
{
color: #BBCEB0;
}
</style>
background-color css
<style>
a { background-color: #BBCEB0; }
a { background-color: rgb(187,206,176); }
div.DivClassName
{
background-color: #BBCEB0;
}
.BgClassName
{
background-color: #BBCEB0;
}
</style>
border-color css
<style>
span { border-color: #BBCEB0; }
span { border-color: rgb(187,206,176); }
td.TdClassName
{
border-color: #BBCEB0;
}
.TagClassName
{
border-color: #BBCEB0;
}
</style>