Shades of Jungle Mist #BBCBCD
Tints of Jungle Mist #BBCBCD
RGB
CMYK
RGB Variations
Color information
#BBCBCD (or 0xBBCBCD) is known color: Jungle Mist. HEX triplet: BB, CB and CD. RGB value is (187,203,205). Sum of RGB (Red+Green+Blue) = 187+203+205=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBCBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBCD is #443432. Grayscale: #C6C6C6. Windows color (decimal): -4469811 or 13487035. OLE color: 13487035.
HSL color Cylindrical-coordinate representation of color #BBCBCD: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCBCD is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 205 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.20 |
| HSL | 186.67º | 0.15% | 0.77% | - |
| HSV(B) | 186.67º | 0.09% | 0.8% | - |
| XYZ | 52.87 | 57.68 | 66.11 | - |
| YUV | 198.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 205 | 0.09 | 0.01 | 0 | 0.20 | 186.67 | 0.15 | 0.77 |
| Hex | BB | CB | CD | 9 | 1 | 0 | 14 | BB | F | 4D |
| Octal | 273 | 313 | 315 | 11 | 1 | 0 | 24 | 273 | 17 | 115 |
| Binary | 10111011 | 11001011 | 11001101 | 1001 | 1 | 0 | 10100 | 10111011 | 1111 | 1001101 |
Color Harmonies of #BBCBCD
Complementary color
Monochromatic Colors of #BBCBCD
Black with #BBCBCD
Text Example
Text Example
White with #BBCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBCD; }
p { color: rgb(187,203,205); }
H1.HeaderClassName
{
color: #BBCBCD;
}
.AnyTagClassName
{
color: #BBCBCD;
}
</style>
background-color css
<style>
a { background-color: #BBCBCD; }
a { background-color: rgb(187,203,205); }
div.DivClassName
{
background-color: #BBCBCD;
}
.BgClassName
{
background-color: #BBCBCD;
}
</style>
border-color css
<style>
span { border-color: #BBCBCD; }
span { border-color: rgb(187,203,205); }
td.TdClassName
{
border-color: #BBCBCD;
}
.TagClassName
{
border-color: #BBCBCD;
}
</style>