Shades of Jungle Mist #B6C7C5
Tints of Jungle Mist #B6C7C5
RGB
CMYK
RGB Variations
Color information
#B6C7C5 (or 0xB6C7C5) is known color: Jungle Mist. HEX triplet: B6, C7 and C5. RGB value is (182,199,197). Sum of RGB (Red+Green+Blue) = 182+199+197=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 199 - color contains mainly: green. Hex color #B6C7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C7C5 is #49383A. Grayscale: #C1C1C1. Windows color (decimal): -4798523 or 12961718. OLE color: 12961718.
HSL color Cylindrical-coordinate representation of color #B6C7C5: hue angle of 172.94º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6C7C5 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 199 | 197 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.22 |
| HSL | 172.94º | 0.13% | 0.75% | - |
| HSV(B) | 172.94º | 0.09% | 0.78% | - |
| XYZ | 49.79 | 54.82 | 60.78 | - |
| YUV | 193.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 199 | 197 | 0.09 | 0 | 0.01 | 0.22 | 172.94 | 0.13 | 0.75 |
| Hex | B6 | C7 | C5 | 9 | 0 | 1 | 16 | AD | D | 4B |
| Octal | 266 | 307 | 305 | 11 | 0 | 1 | 26 | 255 | 15 | 113 |
| Binary | 10110110 | 11000111 | 11000101 | 1001 | 0 | 1 | 10110 | 10101101 | 1101 | 1001011 |
Color Harmonies of #B6C7C5
Complementary color
Monochromatic Colors of #B6C7C5
Black with #B6C7C5
Text Example
Text Example
White with #B6C7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C7C5; }
p { color: rgb(182,199,197); }
H1.HeaderClassName
{
color: #B6C7C5;
}
.AnyTagClassName
{
color: #B6C7C5;
}
</style>
background-color css
<style>
a { background-color: #B6C7C5; }
a { background-color: rgb(182,199,197); }
div.DivClassName
{
background-color: #B6C7C5;
}
.BgClassName
{
background-color: #B6C7C5;
}
</style>
border-color css
<style>
span { border-color: #B6C7C5; }
span { border-color: rgb(182,199,197); }
td.TdClassName
{
border-color: #B6C7C5;
}
.TagClassName
{
border-color: #B6C7C5;
}
</style>