Shades of Pumice #BBC3B6
Tints of Pumice #BBC3B6
RGB
CMYK
RGB Variations
Color information
#BBC3B6 (or 0xBBC3B6) is known color: Pumice. HEX triplet: BB, C3 and B6. RGB value is (187,195,182). Sum of RGB (Red+Green+Blue) = 187+195+182=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3B6 is #443C49. Grayscale: #BFBFBF. Windows color (decimal): -4471882 or 11977659. OLE color: 11977659.
HSL color Cylindrical-coordinate representation of color #BBC3B6: hue angle of 96.92º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC3B6 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 195 | 182 | - |
CMYK | 0.04 | 0 | 0.07 | 0.24 |
HSL | 96.92º | 0.1% | 0.74% | - |
HSV(B) | 96.92º | 0.07% | 0.76% | - |
XYZ | 48.45 | 52.97 | 51.93 | - |
YUV | 191.13 | 122.85 | 125.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 195 | 182 | 0.04 | 0 | 0.07 | 0.24 | 96.92 | 0.1 | 0.74 |
Hex | BB | C3 | B6 | 4 | 0 | 7 | 18 | 61 | A | 4A |
Octal | 273 | 303 | 266 | 4 | 0 | 7 | 30 | 141 | 12 | 112 |
Binary | 10111011 | 11000011 | 10110110 | 100 | 0 | 111 | 11000 | 1100001 | 1010 | 1001010 |
Color Harmonies of #BBC3B6
Complementary color
Monochromatic Colors of #BBC3B6
Black with #BBC3B6
Text Example
Text Example
White with #BBC3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3B6; }
p { color: rgb(187,195,182); }
H1.HeaderClassName
{
color: #BBC3B6;
}
.AnyTagClassName
{
color: #BBC3B6;
}
</style>
background-color css
<style>
a { background-color: #BBC3B6; }
a { background-color: rgb(187,195,182); }
div.DivClassName
{
background-color: #BBC3B6;
}
.BgClassName
{
background-color: #BBC3B6;
}
</style>
border-color css
<style>
span { border-color: #BBC3B6; }
span { border-color: rgb(187,195,182); }
td.TdClassName
{
border-color: #BBC3B6;
}
.TagClassName
{
border-color: #BBC3B6;
}
</style>