Shades of Jungle Mist #99BDBE
Tints of Jungle Mist #99BDBE
RGB
CMYK
RGB Variations
Color information
#99BDBE (or 0x99BDBE) is known color: Jungle Mist. HEX triplet: 99, BD and BE. RGB value is (153,189,190). Sum of RGB (Red+Green+Blue) = 153+189+190=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #99BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDBE is #664241. Grayscale: #B2B2B2. Windows color (decimal): -6701634 or 12500377. OLE color: 12500377.
HSL color Cylindrical-coordinate representation of color #99BDBE: hue angle of 181.62º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BDBE is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 189 | 190 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.25 |
| HSL | 181.62º | 0.22% | 0.67% | - |
| HSV(B) | 181.62º | 0.19% | 0.75% | - |
| XYZ | 40.63 | 46.89 | 55.62 | - |
| YUV | 178.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 190 | 0.19 | 0.01 | 0 | 0.25 | 181.62 | 0.22 | 0.67 |
| Hex | 99 | BD | BE | 13 | 1 | 0 | 19 | B6 | 16 | 43 |
| Octal | 231 | 275 | 276 | 23 | 1 | 0 | 31 | 266 | 26 | 103 |
| Binary | 10011001 | 10111101 | 10111110 | 10011 | 1 | 0 | 11001 | 10110110 | 10110 | 1000011 |
Color Harmonies of #99BDBE
Complementary color
Monochromatic Colors of #99BDBE
Black with #99BDBE
Text Example
Text Example
White with #99BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDBE; }
p { color: rgb(153,189,190); }
H1.HeaderClassName
{
color: #99BDBE;
}
.AnyTagClassName
{
color: #99BDBE;
}
</style>
background-color css
<style>
a { background-color: #99BDBE; }
a { background-color: rgb(153,189,190); }
div.DivClassName
{
background-color: #99BDBE;
}
.BgClassName
{
background-color: #99BDBE;
}
</style>
border-color css
<style>
span { border-color: #99BDBE; }
span { border-color: rgb(153,189,190); }
td.TdClassName
{
border-color: #99BDBE;
}
.TagClassName
{
border-color: #99BDBE;
}
</style>