Shades of Jungle Mist #9BBEBF
Tints of Jungle Mist #9BBEBF
RGB
CMYK
RGB Variations
Color information
#9BBEBF (or 0x9BBEBF) is known color: Jungle Mist. HEX triplet: 9B, BE and BF. RGB value is (155,190,191). Sum of RGB (Red+Green+Blue) = 155+190+191=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #9BBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEBF is #644140. Grayscale: #B3B3B3. Windows color (decimal): -6570305 or 12566171. OLE color: 12566171.
HSL color Cylindrical-coordinate representation of color #9BBEBF: hue angle of 181.67º degrees, saturation: 0.22, 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 #9BBEBF is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 191 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.25 |
| HSL | 181.67º | 0.22% | 0.68% | - |
| HSV(B) | 181.67º | 0.19% | 0.75% | - |
| XYZ | 41.34 | 47.56 | 56.29 | - |
| YUV | 179.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 191 | 0.19 | 0.01 | 0 | 0.25 | 181.67 | 0.22 | 0.68 |
| Hex | 9B | BE | BF | 13 | 1 | 0 | 19 | B6 | 16 | 44 |
| Octal | 233 | 276 | 277 | 23 | 1 | 0 | 31 | 266 | 26 | 104 |
| Binary | 10011011 | 10111110 | 10111111 | 10011 | 1 | 0 | 11001 | 10110110 | 10110 | 1000100 |
Color Harmonies of #9BBEBF
Complementary color
Monochromatic Colors of #9BBEBF
Black with #9BBEBF
Text Example
Text Example
White with #9BBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBEBF; }
p { color: rgb(155,190,191); }
H1.HeaderClassName
{
color: #9BBEBF;
}
.AnyTagClassName
{
color: #9BBEBF;
}
</style>
background-color css
<style>
a { background-color: #9BBEBF; }
a { background-color: rgb(155,190,191); }
div.DivClassName
{
background-color: #9BBEBF;
}
.BgClassName
{
background-color: #9BBEBF;
}
</style>
border-color css
<style>
span { border-color: #9BBEBF; }
span { border-color: rgb(155,190,191); }
td.TdClassName
{
border-color: #9BBEBF;
}
.TagClassName
{
border-color: #9BBEBF;
}
</style>