Shades of Jungle Mist #B1C7C6
Tints of Jungle Mist #B1C7C6
RGB
CMYK
RGB Variations
Color information
#B1C7C6 (or 0xB1C7C6) is known color: Jungle Mist. HEX triplet: B1, C7 and C6. RGB value is (177,199,198). Sum of RGB (Red+Green+Blue) = 177+199+198=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 199 (78.12% from 255 or 34.67% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C7C6 is #4E3839. Grayscale: #C0C0C0. Windows color (decimal): -5126202 or 13027249. OLE color: 13027249.
HSL color Cylindrical-coordinate representation of color #B1C7C6: hue angle of 177.27º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1C7C6 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 199 | 198 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.22 |
| HSL | 177.27º | 0.16% | 0.74% | - |
| HSV(B) | 177.27º | 0.11% | 0.78% | - |
| XYZ | 48.75 | 54.27 | 61.33 | - |
| YUV | 192.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 199 | 198 | 0.11 | 0 | 0.01 | 0.22 | 177.27 | 0.16 | 0.74 |
| Hex | B1 | C7 | C6 | B | 0 | 1 | 16 | B1 | 10 | 4A |
| Octal | 261 | 307 | 306 | 13 | 0 | 1 | 26 | 261 | 20 | 112 |
| Binary | 10110001 | 11000111 | 11000110 | 1011 | 0 | 1 | 10110 | 10110001 | 10000 | 1001010 |
Color Harmonies of #B1C7C6
Complementary color
Monochromatic Colors of #B1C7C6
Black with #B1C7C6
Text Example
Text Example
White with #B1C7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C7C6; }
p { color: rgb(177,199,198); }
H1.HeaderClassName
{
color: #B1C7C6;
}
.AnyTagClassName
{
color: #B1C7C6;
}
</style>
background-color css
<style>
a { background-color: #B1C7C6; }
a { background-color: rgb(177,199,198); }
div.DivClassName
{
background-color: #B1C7C6;
}
.BgClassName
{
background-color: #B1C7C6;
}
</style>
border-color css
<style>
span { border-color: #B1C7C6; }
span { border-color: rgb(177,199,198); }
td.TdClassName
{
border-color: #B1C7C6;
}
.TagClassName
{
border-color: #B1C7C6;
}
</style>