Shades of Pumice #BBC7B1
Tints of Pumice #BBC7B1
RGB
CMYK
RGB Variations
Color information
#BBC7B1 (or 0xBBC7B1) is known color: Pumice. HEX triplet: BB, C7 and B1. RGB value is (187,199,177). Sum of RGB (Red+Green+Blue) = 187+199+177=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC7B1 is #44384E. Grayscale: #C0C0C0. Windows color (decimal): -4470863 or 11651003. OLE color: 11651003.
HSL color Cylindrical-coordinate representation of color #BBC7B1: hue angle of 92.73º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC7B1 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
RGB | 187 | 199 | 177 | - |
CMYK | 0.06 | 0 | 0.11 | 0.22 |
HSL | 92.73º | 0.16% | 0.74% | - |
HSV(B) | 92.73º | 0.11% | 0.78% | - |
XYZ | 48.85 | 54.59 | 49.56 | - |
YUV | 192.9 | 119.02 | 123.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 199 | 177 | 0.06 | 0 | 0.11 | 0.22 | 92.73 | 0.16 | 0.74 |
Hex | BB | C7 | B1 | 6 | 0 | B | 16 | 5D | 10 | 4A |
Octal | 273 | 307 | 261 | 6 | 0 | 13 | 26 | 135 | 20 | 112 |
Binary | 10111011 | 11000111 | 10110001 | 110 | 0 | 1011 | 10110 | 1011101 | 10000 | 1001010 |
Color Harmonies of #BBC7B1
Complementary color
Monochromatic Colors of #BBC7B1
Black with #BBC7B1
Text Example
Text Example
White with #BBC7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7B1; }
p { color: rgb(187,199,177); }
H1.HeaderClassName
{
color: #BBC7B1;
}
.AnyTagClassName
{
color: #BBC7B1;
}
</style>
background-color css
<style>
a { background-color: #BBC7B1; }
a { background-color: rgb(187,199,177); }
div.DivClassName
{
background-color: #BBC7B1;
}
.BgClassName
{
background-color: #BBC7B1;
}
</style>
border-color css
<style>
span { border-color: #BBC7B1; }
span { border-color: rgb(187,199,177); }
td.TdClassName
{
border-color: #BBC7B1;
}
.TagClassName
{
border-color: #BBC7B1;
}
</style>