Shades of Pumice #BBC8B5
Tints of Pumice #BBC8B5
RGB
CMYK
RGB Variations
Color information
#BBC8B5 (or 0xBBC8B5) is known color: Pumice. HEX triplet: BB, C8 and B5. RGB value is (187,200,181). Sum of RGB (Red+Green+Blue) = 187+200+181=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8B5 is #44374A. Grayscale: #C2C2C2. Windows color (decimal): -4470603 or 11913403. OLE color: 11913403.
HSL color Cylindrical-coordinate representation of color #BBC8B5: hue angle of 101.05º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC8B5 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 181 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.22 |
| HSL | 101.05º | 0.15% | 0.75% | - |
| HSV(B) | 101.05º | 0.1% | 0.78% | - |
| XYZ | 49.49 | 55.21 | 51.76 | - |
| YUV | 193.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 181 | 0.06 | 0 | 0.09 | 0.22 | 101.05 | 0.15 | 0.75 |
| Hex | BB | C8 | B5 | 6 | 0 | 9 | 16 | 65 | F | 4B |
| Octal | 273 | 310 | 265 | 6 | 0 | 11 | 26 | 145 | 17 | 113 |
| Binary | 10111011 | 11001000 | 10110101 | 110 | 0 | 1001 | 10110 | 1100101 | 1111 | 1001011 |
Color Harmonies of #BBC8B5
Complementary color
Monochromatic Colors of #BBC8B5
Black with #BBC8B5
Text Example
Text Example
White with #BBC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8B5; }
p { color: rgb(187,200,181); }
H1.HeaderClassName
{
color: #BBC8B5;
}
.AnyTagClassName
{
color: #BBC8B5;
}
</style>
background-color css
<style>
a { background-color: #BBC8B5; }
a { background-color: rgb(187,200,181); }
div.DivClassName
{
background-color: #BBC8B5;
}
.BgClassName
{
background-color: #BBC8B5;
}
</style>
border-color css
<style>
span { border-color: #BBC8B5; }
span { border-color: rgb(187,200,181); }
td.TdClassName
{
border-color: #BBC8B5;
}
.TagClassName
{
border-color: #BBC8B5;
}
</style>