Shades of Jungle Mist #BBC9CB
Tints of Jungle Mist #BBC9CB
RGB
CMYK
RGB Variations
Color information
#BBC9CB (or 0xBBC9CB) is known color: Jungle Mist. HEX triplet: BB, C9 and CB. RGB value is (187,201,203). Sum of RGB (Red+Green+Blue) = 187+201+203=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9CB is #443634. Grayscale: #C5C5C5. Windows color (decimal): -4470325 or 13355451. OLE color: 13355451.
HSL color Cylindrical-coordinate representation of color #BBC9CB: hue angle of 187.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC9CB is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 201 | 203 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.20 |
| HSL | 187.5º | 0.13% | 0.76% | - |
| HSV(B) | 187.5º | 0.08% | 0.8% | - |
| XYZ | 52.16 | 56.65 | 64.69 | - |
| YUV | 197.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 203 | 0.08 | 0.01 | 0 | 0.20 | 187.5 | 0.13 | 0.76 |
| Hex | BB | C9 | CB | 8 | 1 | 0 | 14 | BC | D | 4C |
| Octal | 273 | 311 | 313 | 10 | 1 | 0 | 24 | 274 | 15 | 114 |
| Binary | 10111011 | 11001001 | 11001011 | 1000 | 1 | 0 | 10100 | 10111100 | 1101 | 1001100 |
Color Harmonies of #BBC9CB
Complementary color
Monochromatic Colors of #BBC9CB
Black with #BBC9CB
Text Example
Text Example
White with #BBC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC9CB; }
p { color: rgb(187,201,203); }
H1.HeaderClassName
{
color: #BBC9CB;
}
.AnyTagClassName
{
color: #BBC9CB;
}
</style>
background-color css
<style>
a { background-color: #BBC9CB; }
a { background-color: rgb(187,201,203); }
div.DivClassName
{
background-color: #BBC9CB;
}
.BgClassName
{
background-color: #BBC9CB;
}
</style>
border-color css
<style>
span { border-color: #BBC9CB; }
span { border-color: rgb(187,201,203); }
td.TdClassName
{
border-color: #BBC9CB;
}
.TagClassName
{
border-color: #BBC9CB;
}
</style>