Shades of Jungle Mist #99BEBF
Tints of Jungle Mist #99BEBF
RGB
CMYK
RGB Variations
Color information
#99BEBF (or 0x99BEBF) is known color: Jungle Mist. HEX triplet: 99, BE and BF. RGB value is (153,190,191). Sum of RGB (Red+Green+Blue) = 153+190+191=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #99BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BEBF is #664140. Grayscale: #B3B3B3. Windows color (decimal): -6701377 or 12566169. OLE color: 12566169.
HSL color Cylindrical-coordinate representation of color #99BEBF: hue angle of 181.58º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BEBF is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 191 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.25 |
| HSL | 181.58º | 0.23% | 0.67% | - |
| HSV(B) | 181.58º | 0.2% | 0.75% | - |
| XYZ | 40.95 | 47.36 | 56.27 | - |
| YUV | 179.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 191 | 0.20 | 0.01 | 0 | 0.25 | 181.58 | 0.23 | 0.67 |
| Hex | 99 | BE | BF | 14 | 1 | 0 | 19 | B6 | 17 | 43 |
| Octal | 231 | 276 | 277 | 24 | 1 | 0 | 31 | 266 | 27 | 103 |
| Binary | 10011001 | 10111110 | 10111111 | 10100 | 1 | 0 | 11001 | 10110110 | 10111 | 1000011 |
Color Harmonies of #99BEBF
Complementary color
Monochromatic Colors of #99BEBF
Black with #99BEBF
Text Example
Text Example
White with #99BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BEBF; }
p { color: rgb(153,190,191); }
H1.HeaderClassName
{
color: #99BEBF;
}
.AnyTagClassName
{
color: #99BEBF;
}
</style>
background-color css
<style>
a { background-color: #99BEBF; }
a { background-color: rgb(153,190,191); }
div.DivClassName
{
background-color: #99BEBF;
}
.BgClassName
{
background-color: #99BEBF;
}
</style>
border-color css
<style>
span { border-color: #99BEBF; }
span { border-color: rgb(153,190,191); }
td.TdClassName
{
border-color: #99BEBF;
}
.TagClassName
{
border-color: #99BEBF;
}
</style>