Shades of Pumice #BBCBB0
Tints of Pumice #BBCBB0
RGB
CMYK
RGB Variations
Color information
#BBCBB0 (or 0xBBCBB0) is known color: Pumice. HEX triplet: BB, CB and B0. RGB value is (187,203,176). Sum of RGB (Red+Green+Blue) = 187+203+176=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBB0 is #44344F. Grayscale: #C3C3C3. Windows color (decimal): -4469840 or 11586491. OLE color: 11586491.
HSL color Cylindrical-coordinate representation of color #BBCBB0: hue angle of 95.56º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCBB0 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 176 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.20 |
| HSL | 95.56º | 0.21% | 0.74% | - |
| HSV(B) | 95.56º | 0.13% | 0.8% | - |
| XYZ | 49.69 | 56.41 | 49.34 | - |
| YUV | 195.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 176 | 0.08 | 0 | 0.13 | 0.20 | 95.56 | 0.21 | 0.74 |
| Hex | BB | CB | B0 | 8 | 0 | D | 14 | 60 | 15 | 4A |
| Octal | 273 | 313 | 260 | 10 | 0 | 15 | 24 | 140 | 25 | 112 |
| Binary | 10111011 | 11001011 | 10110000 | 1000 | 0 | 1101 | 10100 | 1100000 | 10101 | 1001010 |
Color Harmonies of #BBCBB0
Complementary color
Monochromatic Colors of #BBCBB0
Black with #BBCBB0
Text Example
Text Example
White with #BBCBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBB0; }
p { color: rgb(187,203,176); }
H1.HeaderClassName
{
color: #BBCBB0;
}
.AnyTagClassName
{
color: #BBCBB0;
}
</style>
background-color css
<style>
a { background-color: #BBCBB0; }
a { background-color: rgb(187,203,176); }
div.DivClassName
{
background-color: #BBCBB0;
}
.BgClassName
{
background-color: #BBCBB0;
}
</style>
border-color css
<style>
span { border-color: #BBCBB0; }
span { border-color: rgb(187,203,176); }
td.TdClassName
{
border-color: #BBCBB0;
}
.TagClassName
{
border-color: #BBCBB0;
}
</style>