Shades of Jungle Mist #BBC2C1
Tints of Jungle Mist #BBC2C1
RGB
CMYK
RGB Variations
Color information
#BBC2C1 (or 0xBBC2C1) is known color: Jungle Mist. HEX triplet: BB, C2 and C1. RGB value is (187,194,193). Sum of RGB (Red+Green+Blue) = 187+194+193=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 193 (75.78% from 255 or 33.62% from 574); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2C1 is #443D3E. Grayscale: #BFBFBF. Windows color (decimal): -4472127 or 12698299. OLE color: 12698299.
HSL color Cylindrical-coordinate representation of color #BBC2C1: hue angle of 171.43º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBC2C1 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 193 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.24 |
| HSL | 171.43º | 0.05% | 0.75% | - |
| HSV(B) | 171.43º | 0.04% | 0.76% | - |
| XYZ | 49.41 | 53 | 58.08 | - |
| YUV | 191.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 193 | 0.04 | 0 | 0.01 | 0.24 | 171.43 | 0.05 | 0.75 |
| Hex | BB | C2 | C1 | 4 | 0 | 1 | 18 | AB | 5 | 4B |
| Octal | 273 | 302 | 301 | 4 | 0 | 1 | 30 | 253 | 5 | 113 |
| Binary | 10111011 | 11000010 | 11000001 | 100 | 0 | 1 | 11000 | 10101011 | 101 | 1001011 |
Color Harmonies of #BBC2C1
Complementary color
Monochromatic Colors of #BBC2C1
Black with #BBC2C1
Text Example
Text Example
White with #BBC2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2C1; }
p { color: rgb(187,194,193); }
H1.HeaderClassName
{
color: #BBC2C1;
}
.AnyTagClassName
{
color: #BBC2C1;
}
</style>
background-color css
<style>
a { background-color: #BBC2C1; }
a { background-color: rgb(187,194,193); }
div.DivClassName
{
background-color: #BBC2C1;
}
.BgClassName
{
background-color: #BBC2C1;
}
</style>
border-color css
<style>
span { border-color: #BBC2C1; }
span { border-color: rgb(187,194,193); }
td.TdClassName
{
border-color: #BBC2C1;
}
.TagClassName
{
border-color: #BBC2C1;
}
</style>