Shades of Pumice #BBCCB1
Tints of Pumice #BBCCB1
RGB
CMYK
RGB Variations
Color information
#BBCCB1 (or 0xBBCCB1) is known color: Pumice. HEX triplet: BB, CC and B1. RGB value is (187,204,177). Sum of RGB (Red+Green+Blue) = 187+204+177=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCB1 is #44334E. Grayscale: #C3C3C3. Windows color (decimal): -4469583 or 11652283. OLE color: 11652283.
HSL color Cylindrical-coordinate representation of color #BBCCB1: hue angle of 97.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCCB1 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 177 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.2 |
| HSL | 97.78º | 0.21% | 0.75% | - |
| HSV(B) | 97.78º | 0.13% | 0.8% | - |
| XYZ | 50.02 | 56.92 | 49.95 | - |
| YUV | 195.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 177 | 0.08 | 0 | 0.13 | 0.2 | 97.78 | 0.21 | 0.75 |
| Hex | BB | CC | B1 | 8 | 0 | D | 14 | 62 | 15 | 4B |
| Octal | 273 | 314 | 261 | 10 | 0 | 15 | 24 | 142 | 25 | 113 |
| Binary | 10111011 | 11001100 | 10110001 | 1000 | 0 | 1101 | 10100 | 1100010 | 10101 | 1001011 |
Color Harmonies of #BBCCB1
Complementary color
Monochromatic Colors of #BBCCB1
Black with #BBCCB1
Text Example
Text Example
White with #BBCCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCB1; }
p { color: rgb(187,204,177); }
H1.HeaderClassName
{
color: #BBCCB1;
}
.AnyTagClassName
{
color: #BBCCB1;
}
</style>
background-color css
<style>
a { background-color: #BBCCB1; }
a { background-color: rgb(187,204,177); }
div.DivClassName
{
background-color: #BBCCB1;
}
.BgClassName
{
background-color: #BBCCB1;
}
</style>
border-color css
<style>
span { border-color: #BBCCB1; }
span { border-color: rgb(187,204,177); }
td.TdClassName
{
border-color: #BBCCB1;
}
.TagClassName
{
border-color: #BBCCB1;
}
</style>