Shades of Pumice #BBCBB3
Tints of Pumice #BBCBB3
RGB
CMYK
RGB Variations
Color information
#BBCBB3 (or 0xBBCBB3) is known color: Pumice. HEX triplet: BB, CB and B3. RGB value is (187,203,179). Sum of RGB (Red+Green+Blue) = 187+203+179=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBB3 is #44344C. Grayscale: #C3C3C3. Windows color (decimal): -4469837 or 11783099. OLE color: 11783099.
HSL color Cylindrical-coordinate representation of color #BBCBB3: hue angle of 100º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBCBB3 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 179 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.20 |
| HSL | 100º | 0.19% | 0.75% | - |
| HSV(B) | 100º | 0.12% | 0.8% | - |
| XYZ | 49.99 | 56.53 | 50.92 | - |
| YUV | 195.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 179 | 0.08 | 0 | 0.12 | 0.20 | 100 | 0.19 | 0.75 |
| Hex | BB | CB | B3 | 8 | 0 | C | 14 | 64 | 13 | 4B |
| Octal | 273 | 313 | 263 | 10 | 0 | 14 | 24 | 144 | 23 | 113 |
| Binary | 10111011 | 11001011 | 10110011 | 1000 | 0 | 1100 | 10100 | 1100100 | 10011 | 1001011 |
Color Harmonies of #BBCBB3
Complementary color
Monochromatic Colors of #BBCBB3
Black with #BBCBB3
Text Example
Text Example
White with #BBCBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBB3; }
p { color: rgb(187,203,179); }
H1.HeaderClassName
{
color: #BBCBB3;
}
.AnyTagClassName
{
color: #BBCBB3;
}
</style>
background-color css
<style>
a { background-color: #BBCBB3; }
a { background-color: rgb(187,203,179); }
div.DivClassName
{
background-color: #BBCBB3;
}
.BgClassName
{
background-color: #BBCBB3;
}
</style>
border-color css
<style>
span { border-color: #BBCBB3; }
span { border-color: rgb(187,203,179); }
td.TdClassName
{
border-color: #BBCBB3;
}
.TagClassName
{
border-color: #BBCBB3;
}
</style>