Shades of Jungle Mist #B9CBC9
Tints of Jungle Mist #B9CBC9
RGB
CMYK
RGB Variations
Color information
#B9CBC9 (or 0xB9CBC9) is known color: Jungle Mist. HEX triplet: B9, CB and C9. RGB value is (185,203,201). Sum of RGB (Red+Green+Blue) = 185+203+201=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBC9 is #463436. Grayscale: #C5C5C5. Windows color (decimal): -4600887 or 13224889. OLE color: 13224889.
HSL color Cylindrical-coordinate representation of color #B9CBC9: hue angle of 173.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CBC9 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 201 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.20 |
| HSL | 173.33º | 0.15% | 0.76% | - |
| HSV(B) | 173.33º | 0.09% | 0.8% | - |
| XYZ | 51.91 | 57.24 | 63.57 | - |
| YUV | 197.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 201 | 0.09 | 0 | 0.01 | 0.20 | 173.33 | 0.15 | 0.76 |
| Hex | B9 | CB | C9 | 9 | 0 | 1 | 14 | AD | F | 4C |
| Octal | 271 | 313 | 311 | 11 | 0 | 1 | 24 | 255 | 17 | 114 |
| Binary | 10111001 | 11001011 | 11001001 | 1001 | 0 | 1 | 10100 | 10101101 | 1111 | 1001100 |
Color Harmonies of #B9CBC9
Complementary color
Monochromatic Colors of #B9CBC9
Black with #B9CBC9
Text Example
Text Example
White with #B9CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBC9; }
p { color: rgb(185,203,201); }
H1.HeaderClassName
{
color: #B9CBC9;
}
.AnyTagClassName
{
color: #B9CBC9;
}
</style>
background-color css
<style>
a { background-color: #B9CBC9; }
a { background-color: rgb(185,203,201); }
div.DivClassName
{
background-color: #B9CBC9;
}
.BgClassName
{
background-color: #B9CBC9;
}
</style>
border-color css
<style>
span { border-color: #B9CBC9; }
span { border-color: rgb(185,203,201); }
td.TdClassName
{
border-color: #B9CBC9;
}
.TagClassName
{
border-color: #B9CBC9;
}
</style>