Shades of Jungle Mist #9BBFC0
Tints of Jungle Mist #9BBFC0
RGB
CMYK
RGB Variations
Color information
#9BBFC0 (or 0x9BBFC0) is known color: Jungle Mist. HEX triplet: 9B, BF and C0. RGB value is (155,191,192). Sum of RGB (Red+Green+Blue) = 155+191+192=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #9BBFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFC0 is #64403F. Grayscale: #B4B4B4. Windows color (decimal): -6570048 or 12631963. OLE color: 12631963.
HSL color Cylindrical-coordinate representation of color #9BBFC0: hue angle of 181.62º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBFC0 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 191 | 192 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.25 |
| HSL | 181.62º | 0.23% | 0.68% | - |
| HSV(B) | 181.62º | 0.19% | 0.75% | - |
| XYZ | 41.66 | 48.04 | 56.95 | - |
| YUV | 180.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 192 | 0.19 | 0.01 | 0 | 0.25 | 181.62 | 0.23 | 0.68 |
| Hex | 9B | BF | C0 | 13 | 1 | 0 | 19 | B6 | 17 | 44 |
| Octal | 233 | 277 | 300 | 23 | 1 | 0 | 31 | 266 | 27 | 104 |
| Binary | 10011011 | 10111111 | 11000000 | 10011 | 1 | 0 | 11001 | 10110110 | 10111 | 1000100 |
Color Harmonies of #9BBFC0
Complementary color
Monochromatic Colors of #9BBFC0
Black with #9BBFC0
Text Example
Text Example
White with #9BBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFC0; }
p { color: rgb(155,191,192); }
H1.HeaderClassName
{
color: #9BBFC0;
}
.AnyTagClassName
{
color: #9BBFC0;
}
</style>
background-color css
<style>
a { background-color: #9BBFC0; }
a { background-color: rgb(155,191,192); }
div.DivClassName
{
background-color: #9BBFC0;
}
.BgClassName
{
background-color: #9BBFC0;
}
</style>
border-color css
<style>
span { border-color: #9BBFC0; }
span { border-color: rgb(155,191,192); }
td.TdClassName
{
border-color: #9BBFC0;
}
.TagClassName
{
border-color: #9BBFC0;
}
</style>