Shades of Jungle Mist #B1BCBB
Tints of Jungle Mist #B1BCBB
RGB
CMYK
RGB Variations
Color information
#B1BCBB (or 0xB1BCBB) is known color: Jungle Mist. HEX triplet: B1, BC and BB. RGB value is (177,188,187). Sum of RGB (Red+Green+Blue) = 177+188+187=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BCBB is #4E4344. Grayscale: #B8B8B8. Windows color (decimal): -5129029 or 12303537. OLE color: 12303537.
HSL color Cylindrical-coordinate representation of color #B1BCBB: hue angle of 174.55º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1BCBB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 187 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.26 |
| HSL | 174.55º | 0.08% | 0.72% | - |
| HSV(B) | 174.55º | 0.06% | 0.74% | - |
| XYZ | 45.08 | 48.9 | 54.08 | - |
| YUV | 184.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 187 | 0.06 | 0 | 0.01 | 0.26 | 174.55 | 0.08 | 0.72 |
| Hex | B1 | BC | BB | 6 | 0 | 1 | 1A | AF | 8 | 48 |
| Octal | 261 | 274 | 273 | 6 | 0 | 1 | 32 | 257 | 10 | 110 |
| Binary | 10110001 | 10111100 | 10111011 | 110 | 0 | 1 | 11010 | 10101111 | 1000 | 1001000 |
Color Harmonies of #B1BCBB
Complementary color
Monochromatic Colors of #B1BCBB
Black with #B1BCBB
Text Example
Text Example
White with #B1BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BCBB; }
p { color: rgb(177,188,187); }
H1.HeaderClassName
{
color: #B1BCBB;
}
.AnyTagClassName
{
color: #B1BCBB;
}
</style>
background-color css
<style>
a { background-color: #B1BCBB; }
a { background-color: rgb(177,188,187); }
div.DivClassName
{
background-color: #B1BCBB;
}
.BgClassName
{
background-color: #B1BCBB;
}
</style>
border-color css
<style>
span { border-color: #B1BCBB; }
span { border-color: rgb(177,188,187); }
td.TdClassName
{
border-color: #B1BCBB;
}
.TagClassName
{
border-color: #B1BCBB;
}
</style>