Shades of Jungle Mist #9BBFC2
Tints of Jungle Mist #9BBFC2
RGB
CMYK
RGB Variations
Color information
#9BBFC2 (or 0x9BBFC2) is known color: Jungle Mist. HEX triplet: 9B, BF and C2. RGB value is (155,191,194). Sum of RGB (Red+Green+Blue) = 155+191+194=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 194 - color contains mainly: blue. Hex color #9BBFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFC2 is #64403D. Grayscale: #B4B4B4. Windows color (decimal): -6570046 or 12763035. OLE color: 12763035.
HSL color Cylindrical-coordinate representation of color #9BBFC2: hue angle of 184.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBFC2 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 191 | 194 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.24 |
| HSL | 184.62º | 0.24% | 0.68% | - |
| HSV(B) | 184.62º | 0.2% | 0.76% | - |
| XYZ | 41.89 | 48.13 | 58.12 | - |
| YUV | 180.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 194 | 0.20 | 0.02 | 0 | 0.24 | 184.62 | 0.24 | 0.68 |
| Hex | 9B | BF | C2 | 14 | 2 | 0 | 18 | B9 | 18 | 44 |
| Octal | 233 | 277 | 302 | 24 | 2 | 0 | 30 | 271 | 30 | 104 |
| Binary | 10011011 | 10111111 | 11000010 | 10100 | 10 | 0 | 11000 | 10111001 | 11000 | 1000100 |
Color Harmonies of #9BBFC2
Complementary color
Monochromatic Colors of #9BBFC2
Black with #9BBFC2
Text Example
Text Example
White with #9BBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFC2; }
p { color: rgb(155,191,194); }
H1.HeaderClassName
{
color: #9BBFC2;
}
.AnyTagClassName
{
color: #9BBFC2;
}
</style>
background-color css
<style>
a { background-color: #9BBFC2; }
a { background-color: rgb(155,191,194); }
div.DivClassName
{
background-color: #9BBFC2;
}
.BgClassName
{
background-color: #9BBFC2;
}
</style>
border-color css
<style>
span { border-color: #9BBFC2; }
span { border-color: rgb(155,191,194); }
td.TdClassName
{
border-color: #9BBFC2;
}
.TagClassName
{
border-color: #9BBFC2;
}
</style>