Shades of Pumice #BBC1B6
Tints of Pumice #BBC1B6
RGB
CMYK
RGB Variations
Color information
#BBC1B6 (or 0xBBC1B6) is known color: Pumice. HEX triplet: BB, C1 and B6. RGB value is (187,193,182). Sum of RGB (Red+Green+Blue) = 187+193+182=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1B6 is #443E49. Grayscale: #BDBDBD. Windows color (decimal): -4472394 or 11977147. OLE color: 11977147.
HSL color Cylindrical-coordinate representation of color #BBC1B6: hue angle of 92.73º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC1B6 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 193 | 182 | - |
CMYK | 0.03 | 0 | 0.06 | 0.24 |
HSL | 92.73º | 0.08% | 0.74% | - |
HSV(B) | 92.73º | 0.06% | 0.76% | - |
XYZ | 48.01 | 52.08 | 51.78 | - |
YUV | 189.95 | 123.51 | 125.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 193 | 182 | 0.03 | 0 | 0.06 | 0.24 | 92.73 | 0.08 | 0.74 |
Hex | BB | C1 | B6 | 3 | 0 | 6 | 18 | 5D | 8 | 4A |
Octal | 273 | 301 | 266 | 3 | 0 | 6 | 30 | 135 | 10 | 112 |
Binary | 10111011 | 11000001 | 10110110 | 11 | 0 | 110 | 11000 | 1011101 | 1000 | 1001010 |
Color Harmonies of #BBC1B6
Complementary color
Monochromatic Colors of #BBC1B6
Black with #BBC1B6
Text Example
Text Example
White with #BBC1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1B6; }
p { color: rgb(187,193,182); }
H1.HeaderClassName
{
color: #BBC1B6;
}
.AnyTagClassName
{
color: #BBC1B6;
}
</style>
background-color css
<style>
a { background-color: #BBC1B6; }
a { background-color: rgb(187,193,182); }
div.DivClassName
{
background-color: #BBC1B6;
}
.BgClassName
{
background-color: #BBC1B6;
}
</style>
border-color css
<style>
span { border-color: #BBC1B6; }
span { border-color: rgb(187,193,182); }
td.TdClassName
{
border-color: #BBC1B6;
}
.TagClassName
{
border-color: #BBC1B6;
}
</style>