Shades of Jungle Mist #BBC7CA
Tints of Jungle Mist #BBC7CA
RGB
CMYK
RGB Variations
Color information
#BBC7CA (or 0xBBC7CA) is known color: Jungle Mist. HEX triplet: BB, C7 and CA. RGB value is (187,199,202). Sum of RGB (Red+Green+Blue) = 187+199+202=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7CA is #443835. Grayscale: #C3C3C3. Windows color (decimal): -4470838 or 13289403. OLE color: 13289403.
HSL color Cylindrical-coordinate representation of color #BBC7CA: hue angle of 192º degrees, saturation: 0.12, 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 #BBC7CA is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 199 | 202 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.21 |
| HSL | 192º | 0.12% | 0.76% | - |
| HSV(B) | 192º | 0.07% | 0.79% | - |
| XYZ | 51.58 | 55.68 | 63.91 | - |
| YUV | 195.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 202 | 0.07 | 0.01 | 0 | 0.21 | 192 | 0.12 | 0.76 |
| Hex | BB | C7 | CA | 7 | 1 | 0 | 15 | C0 | C | 4C |
| Octal | 273 | 307 | 312 | 7 | 1 | 0 | 25 | 300 | 14 | 114 |
| Binary | 10111011 | 11000111 | 11001010 | 111 | 1 | 0 | 10101 | 11000000 | 1100 | 1001100 |
Color Harmonies of #BBC7CA
Complementary color
Monochromatic Colors of #BBC7CA
Black with #BBC7CA
Text Example
Text Example
White with #BBC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7CA; }
p { color: rgb(187,199,202); }
H1.HeaderClassName
{
color: #BBC7CA;
}
.AnyTagClassName
{
color: #BBC7CA;
}
</style>
background-color css
<style>
a { background-color: #BBC7CA; }
a { background-color: rgb(187,199,202); }
div.DivClassName
{
background-color: #BBC7CA;
}
.BgClassName
{
background-color: #BBC7CA;
}
</style>
border-color css
<style>
span { border-color: #BBC7CA; }
span { border-color: rgb(187,199,202); }
td.TdClassName
{
border-color: #BBC7CA;
}
.TagClassName
{
border-color: #BBC7CA;
}
</style>