Shades of Pumice #BBCBB1
Tints of Pumice #BBCBB1
RGB
CMYK
RGB Variations
Color information
#BBCBB1 (or 0xBBCBB1) is known color: Pumice. HEX triplet: BB, CB and B1. RGB value is (187,203,177). Sum of RGB (Red+Green+Blue) = 187+203+177=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 177 (69.53% from 255 or 31.22% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBB1 is #44344E. Grayscale: #C3C3C3. Windows color (decimal): -4469839 or 11652027. OLE color: 11652027.
HSL color Cylindrical-coordinate representation of color #BBCBB1: hue angle of 96.92º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCBB1 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 177 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.20 |
| HSL | 96.92º | 0.2% | 0.75% | - |
| HSV(B) | 96.92º | 0.13% | 0.8% | - |
| XYZ | 49.79 | 56.45 | 49.87 | - |
| YUV | 195.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 177 | 0.08 | 0 | 0.13 | 0.20 | 96.92 | 0.2 | 0.75 |
| Hex | BB | CB | B1 | 8 | 0 | D | 14 | 61 | 14 | 4B |
| Octal | 273 | 313 | 261 | 10 | 0 | 15 | 24 | 141 | 24 | 113 |
| Binary | 10111011 | 11001011 | 10110001 | 1000 | 0 | 1101 | 10100 | 1100001 | 10100 | 1001011 |
Color Harmonies of #BBCBB1
Complementary color
Monochromatic Colors of #BBCBB1
Black with #BBCBB1
Text Example
Text Example
White with #BBCBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBB1; }
p { color: rgb(187,203,177); }
H1.HeaderClassName
{
color: #BBCBB1;
}
.AnyTagClassName
{
color: #BBCBB1;
}
</style>
background-color css
<style>
a { background-color: #BBCBB1; }
a { background-color: rgb(187,203,177); }
div.DivClassName
{
background-color: #BBCBB1;
}
.BgClassName
{
background-color: #BBCBB1;
}
</style>
border-color css
<style>
span { border-color: #BBCBB1; }
span { border-color: rgb(187,203,177); }
td.TdClassName
{
border-color: #BBCBB1;
}
.TagClassName
{
border-color: #BBCBB1;
}
</style>