Shades of Jungle Mist #9EBDBC
Tints of Jungle Mist #9EBDBC
RGB
CMYK
RGB Variations
Color information
#9EBDBC (or 0x9EBDBC) is known color: Jungle Mist. HEX triplet: 9E, BD and BC. RGB value is (158,189,188). Sum of RGB (Red+Green+Blue) = 158+189+188=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDBC is #614243. Grayscale: #B3B3B3. Windows color (decimal): -6373956 or 12369310. OLE color: 12369310.
HSL color Cylindrical-coordinate representation of color #9EBDBC: hue angle of 178.06º 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 #9EBDBC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 188 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.26 |
| HSL | 178.06º | 0.19% | 0.68% | - |
| HSV(B) | 178.06º | 0.16% | 0.74% | - |
| XYZ | 41.38 | 47.3 | 54.53 | - |
| YUV | 179.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 188 | 0.16 | 0 | 0.01 | 0.26 | 178.06 | 0.19 | 0.68 |
| Hex | 9E | BD | BC | 10 | 0 | 1 | 1A | B2 | 13 | 44 |
| Octal | 236 | 275 | 274 | 20 | 0 | 1 | 32 | 262 | 23 | 104 |
| Binary | 10011110 | 10111101 | 10111100 | 10000 | 0 | 1 | 11010 | 10110010 | 10011 | 1000100 |
Color Harmonies of #9EBDBC
Complementary color
Monochromatic Colors of #9EBDBC
Black with #9EBDBC
Text Example
Text Example
White with #9EBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBDBC; }
p { color: rgb(158,189,188); }
H1.HeaderClassName
{
color: #9EBDBC;
}
.AnyTagClassName
{
color: #9EBDBC;
}
</style>
background-color css
<style>
a { background-color: #9EBDBC; }
a { background-color: rgb(158,189,188); }
div.DivClassName
{
background-color: #9EBDBC;
}
.BgClassName
{
background-color: #9EBDBC;
}
</style>
border-color css
<style>
span { border-color: #9EBDBC; }
span { border-color: rgb(158,189,188); }
td.TdClassName
{
border-color: #9EBDBC;
}
.TagClassName
{
border-color: #9EBDBC;
}
</style>