Shades of Jungle Mist #98BFC1
Tints of Jungle Mist #98BFC1
RGB
CMYK
RGB Variations
Color information
#98BFC1 (or 0x98BFC1) is known color: Jungle Mist. HEX triplet: 98, BF and C1. RGB value is (152,191,193). Sum of RGB (Red+Green+Blue) = 152+191+193=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #98BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BFC1 is #67403E. Grayscale: #B3B3B3. Windows color (decimal): -6766655 or 12697496. OLE color: 12697496.
HSL color Cylindrical-coordinate representation of color #98BFC1: hue angle of 182.93º 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 #98BFC1 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 191 | 193 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.24 |
| HSL | 182.93º | 0.25% | 0.68% | - |
| HSV(B) | 182.93º | 0.21% | 0.76% | - |
| XYZ | 41.21 | 47.79 | 57.5 | - |
| YUV | 179.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 191 | 193 | 0.21 | 0.01 | 0 | 0.24 | 182.93 | 0.25 | 0.68 |
| Hex | 98 | BF | C1 | 15 | 1 | 0 | 18 | B7 | 19 | 44 |
| Octal | 230 | 277 | 301 | 25 | 1 | 0 | 30 | 267 | 31 | 104 |
| Binary | 10011000 | 10111111 | 11000001 | 10101 | 1 | 0 | 11000 | 10110111 | 11001 | 1000100 |
Color Harmonies of #98BFC1
Complementary color
Monochromatic Colors of #98BFC1
Black with #98BFC1
Text Example
Text Example
White with #98BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BFC1; }
p { color: rgb(152,191,193); }
H1.HeaderClassName
{
color: #98BFC1;
}
.AnyTagClassName
{
color: #98BFC1;
}
</style>
background-color css
<style>
a { background-color: #98BFC1; }
a { background-color: rgb(152,191,193); }
div.DivClassName
{
background-color: #98BFC1;
}
.BgClassName
{
background-color: #98BFC1;
}
</style>
border-color css
<style>
span { border-color: #98BFC1; }
span { border-color: rgb(152,191,193); }
td.TdClassName
{
border-color: #98BFC1;
}
.TagClassName
{
border-color: #98BFC1;
}
</style>