Shades of Pumice #BBC8B0
Tints of Pumice #BBC8B0
RGB
CMYK
RGB Variations
Color information
#BBC8B0 (or 0xBBC8B0) is known color: Pumice. HEX triplet: BB, C8 and B0. RGB value is (187,200,176). Sum of RGB (Red+Green+Blue) = 187+200+176=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC8B0 is #44374F. Grayscale: #C1C1C1. Windows color (decimal): -4470608 or 11585723. OLE color: 11585723.
HSL color Cylindrical-coordinate representation of color #BBC8B0: hue angle of 92.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC8B0 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 176 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.22 |
| HSL | 92.5º | 0.18% | 0.74% | - |
| HSV(B) | 92.5º | 0.12% | 0.78% | - |
| XYZ | 48.98 | 55.01 | 49.11 | - |
| YUV | 193.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 176 | 0.06 | 0 | 0.12 | 0.22 | 92.5 | 0.18 | 0.74 |
| Hex | BB | C8 | B0 | 6 | 0 | C | 16 | 5C | 12 | 4A |
| Octal | 273 | 310 | 260 | 6 | 0 | 14 | 26 | 134 | 22 | 112 |
| Binary | 10111011 | 11001000 | 10110000 | 110 | 0 | 1100 | 10110 | 1011100 | 10010 | 1001010 |
Color Harmonies of #BBC8B0
Complementary color
Monochromatic Colors of #BBC8B0
Black with #BBC8B0
Text Example
Text Example
White with #BBC8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8B0; }
p { color: rgb(187,200,176); }
H1.HeaderClassName
{
color: #BBC8B0;
}
.AnyTagClassName
{
color: #BBC8B0;
}
</style>
background-color css
<style>
a { background-color: #BBC8B0; }
a { background-color: rgb(187,200,176); }
div.DivClassName
{
background-color: #BBC8B0;
}
.BgClassName
{
background-color: #BBC8B0;
}
</style>
border-color css
<style>
span { border-color: #BBC8B0; }
span { border-color: rgb(187,200,176); }
td.TdClassName
{
border-color: #BBC8B0;
}
.TagClassName
{
border-color: #BBC8B0;
}
</style>