Shades of Pumice #BBC2B4
Tints of Pumice #BBC2B4
RGB
CMYK
RGB Variations
Color information
#BBC2B4 (or 0xBBC2B4) is known color: Pumice. HEX triplet: BB, C2 and B4. RGB value is (187,194,180). Sum of RGB (Red+Green+Blue) = 187+194+180=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2B4 is #443D4B. Grayscale: #BEBEBE. Windows color (decimal): -4472140 or 11846331. OLE color: 11846331.
HSL color Cylindrical-coordinate representation of color #BBC2B4: hue angle of 90º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC2B4 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 187 | 194 | 180 | - |
CMYK | 0.04 | 0 | 0.07 | 0.24 |
HSL | 90º | 0.1% | 0.73% | - |
HSV(B) | 90º | 0.07% | 0.76% | - |
XYZ | 48.02 | 52.44 | 50.77 | - |
YUV | 190.31 | 122.18 | 125.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 194 | 180 | 0.04 | 0 | 0.07 | 0.24 | 90 | 0.1 | 0.73 |
Hex | BB | C2 | B4 | 4 | 0 | 7 | 18 | 5A | A | 49 |
Octal | 273 | 302 | 264 | 4 | 0 | 7 | 30 | 132 | 12 | 111 |
Binary | 10111011 | 11000010 | 10110100 | 100 | 0 | 111 | 11000 | 1011010 | 1010 | 1001001 |
Color Harmonies of #BBC2B4
Complementary color
Monochromatic Colors of #BBC2B4
Black with #BBC2B4
Text Example
Text Example
White with #BBC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2B4; }
p { color: rgb(187,194,180); }
H1.HeaderClassName
{
color: #BBC2B4;
}
.AnyTagClassName
{
color: #BBC2B4;
}
</style>
background-color css
<style>
a { background-color: #BBC2B4; }
a { background-color: rgb(187,194,180); }
div.DivClassName
{
background-color: #BBC2B4;
}
.BgClassName
{
background-color: #BBC2B4;
}
</style>
border-color css
<style>
span { border-color: #BBC2B4; }
span { border-color: rgb(187,194,180); }
td.TdClassName
{
border-color: #BBC2B4;
}
.TagClassName
{
border-color: #BBC2B4;
}
</style>