Shades of Jungle Mist #99BFC2
Tints of Jungle Mist #99BFC2
RGB
CMYK
RGB Variations
Color information
#99BFC2 (or 0x99BFC2) is known color: Jungle Mist. HEX triplet: 99, BF and C2. RGB value is (153,191,194). Sum of RGB (Red+Green+Blue) = 153+191+194=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #99BFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BFC2 is #66403D. Grayscale: #B3B3B3. Windows color (decimal): -6701118 or 12763033. OLE color: 12763033.
HSL color Cylindrical-coordinate representation of color #99BFC2: hue angle of 184.39º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99BFC2 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 191 | 194 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.24 |
| HSL | 184.39º | 0.25% | 0.68% | - |
| HSV(B) | 184.39º | 0.21% | 0.76% | - |
| XYZ | 41.51 | 47.93 | 58.1 | - |
| YUV | 179.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 194 | 0.21 | 0.02 | 0 | 0.24 | 184.39 | 0.25 | 0.68 |
| Hex | 99 | BF | C2 | 15 | 2 | 0 | 18 | B8 | 19 | 44 |
| Octal | 231 | 277 | 302 | 25 | 2 | 0 | 30 | 270 | 31 | 104 |
| Binary | 10011001 | 10111111 | 11000010 | 10101 | 10 | 0 | 11000 | 10111000 | 11001 | 1000100 |
Color Harmonies of #99BFC2
Complementary color
Monochromatic Colors of #99BFC2
Black with #99BFC2
Text Example
Text Example
White with #99BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFC2; }
p { color: rgb(153,191,194); }
H1.HeaderClassName
{
color: #99BFC2;
}
.AnyTagClassName
{
color: #99BFC2;
}
</style>
background-color css
<style>
a { background-color: #99BFC2; }
a { background-color: rgb(153,191,194); }
div.DivClassName
{
background-color: #99BFC2;
}
.BgClassName
{
background-color: #99BFC2;
}
</style>
border-color css
<style>
span { border-color: #99BFC2; }
span { border-color: rgb(153,191,194); }
td.TdClassName
{
border-color: #99BFC2;
}
.TagClassName
{
border-color: #99BFC2;
}
</style>