Shades of Pumice #BBC5B4
Tints of Pumice #BBC5B4
RGB
CMYK
RGB Variations
Color information
#BBC5B4 (or 0xBBC5B4) is known color: Pumice. HEX triplet: BB, C5 and B4. RGB value is (187,197,180). Sum of RGB (Red+Green+Blue) = 187+197+180=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5B4 is #443A4B. Grayscale: #C0C0C0. Windows color (decimal): -4471372 or 11847099. OLE color: 11847099.
HSL color Cylindrical-coordinate representation of color #BBC5B4: hue angle of 95.29º 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 #BBC5B4 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 180 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.23 |
| HSL | 95.29º | 0.13% | 0.74% | - |
| HSV(B) | 95.29º | 0.09% | 0.77% | - |
| XYZ | 48.7 | 53.79 | 51 | - |
| YUV | 192.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 180 | 0.05 | 0 | 0.09 | 0.23 | 95.29 | 0.13 | 0.74 |
| Hex | BB | C5 | B4 | 5 | 0 | 9 | 17 | 5F | D | 4A |
| Octal | 273 | 305 | 264 | 5 | 0 | 11 | 27 | 137 | 15 | 112 |
| Binary | 10111011 | 11000101 | 10110100 | 101 | 0 | 1001 | 10111 | 1011111 | 1101 | 1001010 |
Color Harmonies of #BBC5B4
Complementary color
Monochromatic Colors of #BBC5B4
Black with #BBC5B4
Text Example
Text Example
White with #BBC5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5B4; }
p { color: rgb(187,197,180); }
H1.HeaderClassName
{
color: #BBC5B4;
}
.AnyTagClassName
{
color: #BBC5B4;
}
</style>
background-color css
<style>
a { background-color: #BBC5B4; }
a { background-color: rgb(187,197,180); }
div.DivClassName
{
background-color: #BBC5B4;
}
.BgClassName
{
background-color: #BBC5B4;
}
</style>
border-color css
<style>
span { border-color: #BBC5B4; }
span { border-color: rgb(187,197,180); }
td.TdClassName
{
border-color: #BBC5B4;
}
.TagClassName
{
border-color: #BBC5B4;
}
</style>