Shades of Jungle Mist #B1C7CC
Tints of Jungle Mist #B1C7CC
RGB
CMYK
RGB Variations
Color information
#B1C7CC (or 0xB1C7CC) is known color: Jungle Mist. HEX triplet: B1, C7 and CC. RGB value is (177,199,204). Sum of RGB (Red+Green+Blue) = 177+199+204=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1C7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C7CC is #4E3833. Grayscale: #C0C0C0. Windows color (decimal): -5126196 or 13420465. OLE color: 13420465.
HSL color Cylindrical-coordinate representation of color #B1C7CC: hue angle of 191.11º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1C7CC is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 199 | 204 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.2 |
| HSL | 191.11º | 0.21% | 0.75% | - |
| HSV(B) | 191.11º | 0.13% | 0.8% | - |
| XYZ | 49.45 | 54.55 | 65.05 | - |
| YUV | 192.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 199 | 204 | 0.13 | 0.02 | 0 | 0.2 | 191.11 | 0.21 | 0.75 |
| Hex | B1 | C7 | CC | D | 2 | 0 | 14 | BF | 15 | 4B |
| Octal | 261 | 307 | 314 | 15 | 2 | 0 | 24 | 277 | 25 | 113 |
| Binary | 10110001 | 11000111 | 11001100 | 1101 | 10 | 0 | 10100 | 10111111 | 10101 | 1001011 |
Color Harmonies of #B1C7CC
Complementary color
Monochromatic Colors of #B1C7CC
Black with #B1C7CC
Text Example
Text Example
White with #B1C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C7CC; }
p { color: rgb(177,199,204); }
H1.HeaderClassName
{
color: #B1C7CC;
}
.AnyTagClassName
{
color: #B1C7CC;
}
</style>
background-color css
<style>
a { background-color: #B1C7CC; }
a { background-color: rgb(177,199,204); }
div.DivClassName
{
background-color: #B1C7CC;
}
.BgClassName
{
background-color: #B1C7CC;
}
</style>
border-color css
<style>
span { border-color: #B1C7CC; }
span { border-color: rgb(177,199,204); }
td.TdClassName
{
border-color: #B1C7CC;
}
.TagClassName
{
border-color: #B1C7CC;
}
</style>