Shades of Jungle Mist #B7C0BF
Tints of Jungle Mist #B7C0BF
RGB
CMYK
RGB Variations
Color information
#B7C0BF (or 0xB7C0BF) is known color: Jungle Mist. HEX triplet: B7, C0 and BF. RGB value is (183,192,191). Sum of RGB (Red+Green+Blue) = 183+192+191=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0BF is #483F40. Grayscale: #BDBDBD. Windows color (decimal): -4734785 or 12566711. OLE color: 12566711.
HSL color Cylindrical-coordinate representation of color #B7C0BF: hue angle of 173.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7C0BF is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 191 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.25 |
| HSL | 173.33º | 0.07% | 0.74% | - |
| HSV(B) | 173.33º | 0.05% | 0.75% | - |
| XYZ | 47.78 | 51.53 | 56.72 | - |
| YUV | 189.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 191 | 0.05 | 0 | 0.01 | 0.25 | 173.33 | 0.07 | 0.74 |
| Hex | B7 | C0 | BF | 5 | 0 | 1 | 19 | AD | 7 | 4A |
| Octal | 267 | 300 | 277 | 5 | 0 | 1 | 31 | 255 | 7 | 112 |
| Binary | 10110111 | 11000000 | 10111111 | 101 | 0 | 1 | 11001 | 10101101 | 111 | 1001010 |
Color Harmonies of #B7C0BF
Complementary color
Monochromatic Colors of #B7C0BF
Black with #B7C0BF
Text Example
Text Example
White with #B7C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C0BF; }
p { color: rgb(183,192,191); }
H1.HeaderClassName
{
color: #B7C0BF;
}
.AnyTagClassName
{
color: #B7C0BF;
}
</style>
background-color css
<style>
a { background-color: #B7C0BF; }
a { background-color: rgb(183,192,191); }
div.DivClassName
{
background-color: #B7C0BF;
}
.BgClassName
{
background-color: #B7C0BF;
}
</style>
border-color css
<style>
span { border-color: #B7C0BF; }
span { border-color: rgb(183,192,191); }
td.TdClassName
{
border-color: #B7C0BF;
}
.TagClassName
{
border-color: #B7C0BF;
}
</style>