Shades of Jungle Mist #B9CDD0
Tints of Jungle Mist #B9CDD0
RGB
CMYK
RGB Variations
Color information
#B9CDD0 (or 0xB9CDD0) is known color: Jungle Mist. HEX triplet: B9, CD and D0. RGB value is (185,205,208). Sum of RGB (Red+Green+Blue) = 185+205+208=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDD0 is #46322F. Grayscale: #C7C7C7. Windows color (decimal): -4600368 or 13684153. OLE color: 13684153.
HSL color Cylindrical-coordinate representation of color #B9CDD0: hue angle of 187.83º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9CDD0 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 205 | 208 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.18 |
| HSL | 187.83º | 0.2% | 0.77% | - |
| HSV(B) | 187.83º | 0.11% | 0.82% | - |
| XYZ | 53.22 | 58.53 | 68.17 | - |
| YUV | 199.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 205 | 208 | 0.11 | 0.01 | 0 | 0.18 | 187.83 | 0.2 | 0.77 |
| Hex | B9 | CD | D0 | B | 1 | 0 | 12 | BC | 14 | 4D |
| Octal | 271 | 315 | 320 | 13 | 1 | 0 | 22 | 274 | 24 | 115 |
| Binary | 10111001 | 11001101 | 11010000 | 1011 | 1 | 0 | 10010 | 10111100 | 10100 | 1001101 |
Color Harmonies of #B9CDD0
Complementary color
Monochromatic Colors of #B9CDD0
Black with #B9CDD0
Text Example
Text Example
White with #B9CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CDD0; }
p { color: rgb(185,205,208); }
H1.HeaderClassName
{
color: #B9CDD0;
}
.AnyTagClassName
{
color: #B9CDD0;
}
</style>
background-color css
<style>
a { background-color: #B9CDD0; }
a { background-color: rgb(185,205,208); }
div.DivClassName
{
background-color: #B9CDD0;
}
.BgClassName
{
background-color: #B9CDD0;
}
</style>
border-color css
<style>
span { border-color: #B9CDD0; }
span { border-color: rgb(185,205,208); }
td.TdClassName
{
border-color: #B9CDD0;
}
.TagClassName
{
border-color: #B9CDD0;
}
</style>