Shades of Pumice #BBC8B3
Tints of Pumice #BBC8B3
RGB
CMYK
RGB Variations
Color information
#BBC8B3 (or 0xBBC8B3) is known color: Pumice. HEX triplet: BB, C8 and B3. RGB value is (187,200,179). Sum of RGB (Red+Green+Blue) = 187+200+179=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8B3 is #44374C. Grayscale: #C1C1C1. Windows color (decimal): -4470605 or 11782331. OLE color: 11782331.
HSL color Cylindrical-coordinate representation of color #BBC8B3: hue angle of 97.14º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC8B3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 179 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.22 |
| HSL | 97.14º | 0.16% | 0.74% | - |
| HSV(B) | 97.14º | 0.11% | 0.78% | - |
| XYZ | 49.28 | 55.13 | 50.69 | - |
| YUV | 193.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 179 | 0.06 | 0 | 0.10 | 0.22 | 97.14 | 0.16 | 0.74 |
| Hex | BB | C8 | B3 | 6 | 0 | A | 16 | 61 | 10 | 4A |
| Octal | 273 | 310 | 263 | 6 | 0 | 12 | 26 | 141 | 20 | 112 |
| Binary | 10111011 | 11001000 | 10110011 | 110 | 0 | 1010 | 10110 | 1100001 | 10000 | 1001010 |
Color Harmonies of #BBC8B3
Complementary color
Monochromatic Colors of #BBC8B3
Black with #BBC8B3
Text Example
Text Example
White with #BBC8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8B3; }
p { color: rgb(187,200,179); }
H1.HeaderClassName
{
color: #BBC8B3;
}
.AnyTagClassName
{
color: #BBC8B3;
}
</style>
background-color css
<style>
a { background-color: #BBC8B3; }
a { background-color: rgb(187,200,179); }
div.DivClassName
{
background-color: #BBC8B3;
}
.BgClassName
{
background-color: #BBC8B3;
}
</style>
border-color css
<style>
span { border-color: #BBC8B3; }
span { border-color: rgb(187,200,179); }
td.TdClassName
{
border-color: #BBC8B3;
}
.TagClassName
{
border-color: #BBC8B3;
}
</style>