Shades of Jungle Mist #BBC7C9
Tints of Jungle Mist #BBC7C9
RGB
CMYK
RGB Variations
Color information
#BBC7C9 (or 0xBBC7C9) is known color: Jungle Mist. HEX triplet: BB, C7 and C9. RGB value is (187,199,201). Sum of RGB (Red+Green+Blue) = 187+199+201=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBC7C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7C9 is #443836. Grayscale: #C3C3C3. Windows color (decimal): -4470839 or 13223867. OLE color: 13223867.
HSL color Cylindrical-coordinate representation of color #BBC7C9: hue angle of 188.57º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC7C9 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 199 | 201 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.21 |
| HSL | 188.57º | 0.11% | 0.76% | - |
| HSV(B) | 188.57º | 0.07% | 0.79% | - |
| XYZ | 51.46 | 55.63 | 63.28 | - |
| YUV | 195.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 201 | 0.07 | 0.01 | 0 | 0.21 | 188.57 | 0.11 | 0.76 |
| Hex | BB | C7 | C9 | 7 | 1 | 0 | 15 | BD | B | 4C |
| Octal | 273 | 307 | 311 | 7 | 1 | 0 | 25 | 275 | 13 | 114 |
| Binary | 10111011 | 11000111 | 11001001 | 111 | 1 | 0 | 10101 | 10111101 | 1011 | 1001100 |
Color Harmonies of #BBC7C9
Complementary color
Monochromatic Colors of #BBC7C9
Black with #BBC7C9
Text Example
Text Example
White with #BBC7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7C9; }
p { color: rgb(187,199,201); }
H1.HeaderClassName
{
color: #BBC7C9;
}
.AnyTagClassName
{
color: #BBC7C9;
}
</style>
background-color css
<style>
a { background-color: #BBC7C9; }
a { background-color: rgb(187,199,201); }
div.DivClassName
{
background-color: #BBC7C9;
}
.BgClassName
{
background-color: #BBC7C9;
}
</style>
border-color css
<style>
span { border-color: #BBC7C9; }
span { border-color: rgb(187,199,201); }
td.TdClassName
{
border-color: #BBC7C9;
}
.TagClassName
{
border-color: #BBC7C9;
}
</style>