Shades of Jungle Mist #9CBFC3
Tints of Jungle Mist #9CBFC3
RGB
CMYK
RGB Variations
Color information
#9CBFC3 (or 0x9CBFC3) is known color: Jungle Mist. HEX triplet: 9C, BF and C3. RGB value is (156,191,195). Sum of RGB (Red+Green+Blue) = 156+191+195=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 195 - color contains mainly: blue. Hex color #9CBFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFC3 is #63403C. Grayscale: #B4B4B4. Windows color (decimal): -6504509 or 12828572. OLE color: 12828572.
HSL color Cylindrical-coordinate representation of color #9CBFC3: hue angle of 186.15º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CBFC3 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 191 | 195 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.24 |
| HSL | 186.15º | 0.25% | 0.69% | - |
| HSV(B) | 186.15º | 0.2% | 0.76% | - |
| XYZ | 42.19 | 48.27 | 58.72 | - |
| YUV | 180.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 195 | 0.20 | 0.02 | 0 | 0.24 | 186.15 | 0.25 | 0.69 |
| Hex | 9C | BF | C3 | 14 | 2 | 0 | 18 | BA | 19 | 45 |
| Octal | 234 | 277 | 303 | 24 | 2 | 0 | 30 | 272 | 31 | 105 |
| Binary | 10011100 | 10111111 | 11000011 | 10100 | 10 | 0 | 11000 | 10111010 | 11001 | 1000101 |
Color Harmonies of #9CBFC3
Complementary color
Monochromatic Colors of #9CBFC3
Black with #9CBFC3
Text Example
Text Example
White with #9CBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBFC3; }
p { color: rgb(156,191,195); }
H1.HeaderClassName
{
color: #9CBFC3;
}
.AnyTagClassName
{
color: #9CBFC3;
}
</style>
background-color css
<style>
a { background-color: #9CBFC3; }
a { background-color: rgb(156,191,195); }
div.DivClassName
{
background-color: #9CBFC3;
}
.BgClassName
{
background-color: #9CBFC3;
}
</style>
border-color css
<style>
span { border-color: #9CBFC3; }
span { border-color: rgb(156,191,195); }
td.TdClassName
{
border-color: #9CBFC3;
}
.TagClassName
{
border-color: #9CBFC3;
}
</style>