Shades of Pumice #BBC5B3
Tints of Pumice #BBC5B3
RGB
CMYK
RGB Variations
Color information
#BBC5B3 (or 0xBBC5B3) is known color: Pumice. HEX triplet: BB, C5 and B3. RGB value is (187,197,179). Sum of RGB (Red+Green+Blue) = 187+197+179=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5B3 is #443A4C. Grayscale: #C0C0C0. Windows color (decimal): -4471373 or 11781563. OLE color: 11781563.
HSL color Cylindrical-coordinate representation of color #BBC5B3: hue angle of 93.33º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC5B3 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 179 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.23 |
| HSL | 93.33º | 0.13% | 0.74% | - |
| HSV(B) | 93.33º | 0.09% | 0.77% | - |
| XYZ | 48.6 | 53.75 | 50.46 | - |
| YUV | 191.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 179 | 0.05 | 0 | 0.09 | 0.23 | 93.33 | 0.13 | 0.74 |
| Hex | BB | C5 | B3 | 5 | 0 | 9 | 17 | 5D | D | 4A |
| Octal | 273 | 305 | 263 | 5 | 0 | 11 | 27 | 135 | 15 | 112 |
| Binary | 10111011 | 11000101 | 10110011 | 101 | 0 | 1001 | 10111 | 1011101 | 1101 | 1001010 |
Color Harmonies of #BBC5B3
Complementary color
Monochromatic Colors of #BBC5B3
Black with #BBC5B3
Text Example
Text Example
White with #BBC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5B3; }
p { color: rgb(187,197,179); }
H1.HeaderClassName
{
color: #BBC5B3;
}
.AnyTagClassName
{
color: #BBC5B3;
}
</style>
background-color css
<style>
a { background-color: #BBC5B3; }
a { background-color: rgb(187,197,179); }
div.DivClassName
{
background-color: #BBC5B3;
}
.BgClassName
{
background-color: #BBC5B3;
}
</style>
border-color css
<style>
span { border-color: #BBC5B3; }
span { border-color: rgb(187,197,179); }
td.TdClassName
{
border-color: #BBC5B3;
}
.TagClassName
{
border-color: #BBC5B3;
}
</style>