Shades of Jungle Mist #9CBEBF
Tints of Jungle Mist #9CBEBF
RGB
CMYK
RGB Variations
Color information
#9CBEBF (or 0x9CBEBF) is known color: Jungle Mist. HEX triplet: 9C, BE and BF. RGB value is (156,190,191). Sum of RGB (Red+Green+Blue) = 156+190+191=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #9CBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBEBF is #634140. Grayscale: #B3B3B3. Windows color (decimal): -6504769 or 12566172. OLE color: 12566172.
HSL color Cylindrical-coordinate representation of color #9CBEBF: hue angle of 181.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBEBF is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 191 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.25 |
| HSL | 181.71º | 0.21% | 0.68% | - |
| HSV(B) | 181.71º | 0.18% | 0.75% | - |
| XYZ | 41.53 | 47.66 | 56.3 | - |
| YUV | 179.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 191 | 0.18 | 0.01 | 0 | 0.25 | 181.71 | 0.21 | 0.68 |
| Hex | 9C | BE | BF | 12 | 1 | 0 | 19 | B6 | 15 | 44 |
| Octal | 234 | 276 | 277 | 22 | 1 | 0 | 31 | 266 | 25 | 104 |
| Binary | 10011100 | 10111110 | 10111111 | 10010 | 1 | 0 | 11001 | 10110110 | 10101 | 1000100 |
Color Harmonies of #9CBEBF
Complementary color
Monochromatic Colors of #9CBEBF
Black with #9CBEBF
Text Example
Text Example
White with #9CBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBEBF; }
p { color: rgb(156,190,191); }
H1.HeaderClassName
{
color: #9CBEBF;
}
.AnyTagClassName
{
color: #9CBEBF;
}
</style>
background-color css
<style>
a { background-color: #9CBEBF; }
a { background-color: rgb(156,190,191); }
div.DivClassName
{
background-color: #9CBEBF;
}
.BgClassName
{
background-color: #9CBEBF;
}
</style>
border-color css
<style>
span { border-color: #9CBEBF; }
span { border-color: rgb(156,190,191); }
td.TdClassName
{
border-color: #9CBEBF;
}
.TagClassName
{
border-color: #9CBEBF;
}
</style>