Shades of Pumice #BBBCBA
Tints of Pumice #BBBCBA
RGB
CMYK
RGB Variations
Color information
#BBBCBA (or 0xBBBCBA) is known color: Pumice. HEX triplet: BB, BC and BA. RGB value is (187,188,186). Sum of RGB (Red+Green+Blue) = 187+188+186=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCBA is #444345. Grayscale: #BBBBBB. Windows color (decimal): -4473670 or 12238011. OLE color: 12238011.
HSL color Cylindrical-coordinate representation of color #BBBCBA: hue angle of 90º degrees, saturation: 0.01, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #BBBCBA is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
RGB | 187 | 188 | 186 | - |
CMYK | 0.01 | 0 | 0.01 | 0.26 |
HSL | 90º | 0.01% | 0.73% | - |
HSV(B) | 90º | 0.01% | 0.74% | - |
XYZ | 47.34 | 50.08 | 53.63 | - |
YUV | 187.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 188 | 186 | 0.01 | 0 | 0.01 | 0.26 | 90 | 0.01 | 0.73 |
Hex | BB | BC | BA | 1 | 0 | 1 | 1A | 5A | 1 | 49 |
Octal | 273 | 274 | 272 | 1 | 0 | 1 | 32 | 132 | 1 | 111 |
Binary | 10111011 | 10111100 | 10111010 | 1 | 0 | 1 | 11010 | 1011010 | 1 | 1001001 |
Color Harmonies of #BBBCBA
Complementary color
Monochromatic Colors of #BBBCBA
Black with #BBBCBA
Text Example
Text Example
White with #BBBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCBA; }
p { color: rgb(187,188,186); }
H1.HeaderClassName
{
color: #BBBCBA;
}
.AnyTagClassName
{
color: #BBBCBA;
}
</style>
background-color css
<style>
a { background-color: #BBBCBA; }
a { background-color: rgb(187,188,186); }
div.DivClassName
{
background-color: #BBBCBA;
}
.BgClassName
{
background-color: #BBBCBA;
}
</style>
border-color css
<style>
span { border-color: #BBBCBA; }
span { border-color: rgb(187,188,186); }
td.TdClassName
{
border-color: #BBBCBA;
}
.TagClassName
{
border-color: #BBBCBA;
}
</style>