Shades of Jungle Mist #BBCCCB
Tints of Jungle Mist #BBCCCB
RGB
CMYK
RGB Variations
Color information
#BBCCCB (or 0xBBCCCB) is known color: Jungle Mist. HEX triplet: BB, CC and CB. RGB value is (187,204,203). Sum of RGB (Red+Green+Blue) = 187+204+203=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCCB is #443334. Grayscale: #C6C6C6. Windows color (decimal): -4469557 or 13356219. OLE color: 13356219.
HSL color Cylindrical-coordinate representation of color #BBCCCB: hue angle of 176.47º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCCB is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 203 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.2 |
| HSL | 176.47º | 0.14% | 0.77% | - |
| HSV(B) | 176.47º | 0.08% | 0.8% | - |
| XYZ | 52.87 | 58.06 | 64.92 | - |
| YUV | 198.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 203 | 0.08 | 0 | 0.00 | 0.2 | 176.47 | 0.14 | 0.77 |
| Hex | BB | CC | CB | 8 | 0 | 0 | 14 | B0 | E | 4D |
| Octal | 273 | 314 | 313 | 10 | 0 | 0 | 24 | 260 | 16 | 115 |
| Binary | 10111011 | 11001100 | 11001011 | 1000 | 0 | 0 | 10100 | 10110000 | 1110 | 1001101 |
Color Harmonies of #BBCCCB
Complementary color
Monochromatic Colors of #BBCCCB
Black with #BBCCCB
Text Example
Text Example
White with #BBCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCCB; }
p { color: rgb(187,204,203); }
H1.HeaderClassName
{
color: #BBCCCB;
}
.AnyTagClassName
{
color: #BBCCCB;
}
</style>
background-color css
<style>
a { background-color: #BBCCCB; }
a { background-color: rgb(187,204,203); }
div.DivClassName
{
background-color: #BBCCCB;
}
.BgClassName
{
background-color: #BBCCCB;
}
</style>
border-color css
<style>
span { border-color: #BBCCCB; }
span { border-color: rgb(187,204,203); }
td.TdClassName
{
border-color: #BBCCCB;
}
.TagClassName
{
border-color: #BBCCCB;
}
</style>