Shades of Pumice #BBC2B5
Tints of Pumice #BBC2B5
RGB
CMYK
RGB Variations
Color information
#BBC2B5 (or 0xBBC2B5) is known color: Pumice. HEX triplet: BB, C2 and B5. RGB value is (187,194,181). Sum of RGB (Red+Green+Blue) = 187+194+181=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2B5 is #443D4A. Grayscale: #BEBEBE. Windows color (decimal): -4472139 or 11911867. OLE color: 11911867.
HSL color Cylindrical-coordinate representation of color #BBC2B5: hue angle of 92.31º 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 #BBC2B5 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 194 | 181 | - |
CMYK | 0.04 | 0 | 0.07 | 0.24 |
HSL | 92.31º | 0.1% | 0.74% | - |
HSV(B) | 92.31º | 0.07% | 0.76% | - |
XYZ | 48.13 | 52.48 | 51.31 | - |
YUV | 190.43 | 122.68 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 194 | 181 | 0.04 | 0 | 0.07 | 0.24 | 92.31 | 0.1 | 0.74 |
Hex | BB | C2 | B5 | 4 | 0 | 7 | 18 | 5C | A | 4A |
Octal | 273 | 302 | 265 | 4 | 0 | 7 | 30 | 134 | 12 | 112 |
Binary | 10111011 | 11000010 | 10110101 | 100 | 0 | 111 | 11000 | 1011100 | 1010 | 1001010 |
Color Harmonies of #BBC2B5
Complementary color
Monochromatic Colors of #BBC2B5
Black with #BBC2B5
Text Example
Text Example
White with #BBC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2B5; }
p { color: rgb(187,194,181); }
H1.HeaderClassName
{
color: #BBC2B5;
}
.AnyTagClassName
{
color: #BBC2B5;
}
</style>
background-color css
<style>
a { background-color: #BBC2B5; }
a { background-color: rgb(187,194,181); }
div.DivClassName
{
background-color: #BBC2B5;
}
.BgClassName
{
background-color: #BBC2B5;
}
</style>
border-color css
<style>
span { border-color: #BBC2B5; }
span { border-color: rgb(187,194,181); }
td.TdClassName
{
border-color: #BBC2B5;
}
.TagClassName
{
border-color: #BBC2B5;
}
</style>