Shades of Jungle Mist #9FBDBC
Tints of Jungle Mist #9FBDBC
RGB
CMYK
RGB Variations
Color information
#9FBDBC (or 0x9FBDBC) is known color: Jungle Mist. HEX triplet: 9F, BD and BC. RGB value is (159,189,188). Sum of RGB (Red+Green+Blue) = 159+189+188=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDBC is #604243. Grayscale: #B3B3B3. Windows color (decimal): -6308420 or 12369311. OLE color: 12369311.
HSL color Cylindrical-coordinate representation of color #9FBDBC: hue angle of 178º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBDBC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 189 | 188 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.26 |
| HSL | 178º | 0.19% | 0.68% | - |
| HSV(B) | 178º | 0.16% | 0.74% | - |
| XYZ | 41.57 | 47.4 | 54.53 | - |
| YUV | 179.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 188 | 0.16 | 0 | 0.01 | 0.26 | 178 | 0.19 | 0.68 |
| Hex | 9F | BD | BC | 10 | 0 | 1 | 1A | B2 | 13 | 44 |
| Octal | 237 | 275 | 274 | 20 | 0 | 1 | 32 | 262 | 23 | 104 |
| Binary | 10011111 | 10111101 | 10111100 | 10000 | 0 | 1 | 11010 | 10110010 | 10011 | 1000100 |
Color Harmonies of #9FBDBC
Complementary color
Monochromatic Colors of #9FBDBC
Black with #9FBDBC
Text Example
Text Example
White with #9FBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDBC; }
p { color: rgb(159,189,188); }
H1.HeaderClassName
{
color: #9FBDBC;
}
.AnyTagClassName
{
color: #9FBDBC;
}
</style>
background-color css
<style>
a { background-color: #9FBDBC; }
a { background-color: rgb(159,189,188); }
div.DivClassName
{
background-color: #9FBDBC;
}
.BgClassName
{
background-color: #9FBDBC;
}
</style>
border-color css
<style>
span { border-color: #9FBDBC; }
span { border-color: rgb(159,189,188); }
td.TdClassName
{
border-color: #9FBDBC;
}
.TagClassName
{
border-color: #9FBDBC;
}
</style>