Shades of Pumice #BBC6B3
Tints of Pumice #BBC6B3
RGB
CMYK
RGB Variations
Color information
#BBC6B3 (or 0xBBC6B3) is known color: Pumice. HEX triplet: BB, C6 and B3. RGB value is (187,198,179). Sum of RGB (Red+Green+Blue) = 187+198+179=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6B3 is #44394C. Grayscale: #C0C0C0. Windows color (decimal): -4471117 or 11781819. OLE color: 11781819.
HSL color Cylindrical-coordinate representation of color #BBC6B3: hue angle of 94.74º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC6B3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 198 | 179 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.22 |
| HSL | 94.74º | 0.14% | 0.74% | - |
| HSV(B) | 94.74º | 0.1% | 0.78% | - |
| XYZ | 48.82 | 54.21 | 50.54 | - |
| YUV | 192.55 | 120.36 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 179 | 0.06 | 0 | 0.10 | 0.22 | 94.74 | 0.14 | 0.74 |
| Hex | BB | C6 | B3 | 6 | 0 | A | 16 | 5F | E | 4A |
| Octal | 273 | 306 | 263 | 6 | 0 | 12 | 26 | 137 | 16 | 112 |
| Binary | 10111011 | 11000110 | 10110011 | 110 | 0 | 1010 | 10110 | 1011111 | 1110 | 1001010 |
Color Harmonies of #BBC6B3
Complementary color
Monochromatic Colors of #BBC6B3
Black with #BBC6B3
Text Example
Text Example
White with #BBC6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6B3; }
p { color: rgb(187,198,179); }
H1.HeaderClassName
{
color: #BBC6B3;
}
.AnyTagClassName
{
color: #BBC6B3;
}
</style>
background-color css
<style>
a { background-color: #BBC6B3; }
a { background-color: rgb(187,198,179); }
div.DivClassName
{
background-color: #BBC6B3;
}
.BgClassName
{
background-color: #BBC6B3;
}
</style>
border-color css
<style>
span { border-color: #BBC6B3; }
span { border-color: rgb(187,198,179); }
td.TdClassName
{
border-color: #BBC6B3;
}
.TagClassName
{
border-color: #BBC6B3;
}
</style>