Shades of Jungle Mist #B1CBC7
Tints of Jungle Mist #B1CBC7
RGB
CMYK
RGB Variations
Color information
#B1CBC7 (or 0xB1CBC7) is known color: Jungle Mist. HEX triplet: B1, CB and C7. RGB value is (177,203,199). Sum of RGB (Red+Green+Blue) = 177+203+199=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CBC7 is #4E3438. Grayscale: #C2C2C2. Windows color (decimal): -5125177 or 13093809. OLE color: 13093809.
HSL color Cylindrical-coordinate representation of color #B1CBC7: hue angle of 170.77º degrees, saturation: 0.2, 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 #B1CBC7 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 199 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.20 |
| HSL | 170.77º | 0.2% | 0.75% | - |
| HSV(B) | 170.77º | 0.13% | 0.8% | - |
| XYZ | 49.8 | 56.18 | 62.25 | - |
| YUV | 194.77 | 130.39 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 199 | 0.13 | 0 | 0.02 | 0.20 | 170.77 | 0.2 | 0.75 |
| Hex | B1 | CB | C7 | D | 0 | 2 | 14 | AB | 14 | 4B |
| Octal | 261 | 313 | 307 | 15 | 0 | 2 | 24 | 253 | 24 | 113 |
| Binary | 10110001 | 11001011 | 11000111 | 1101 | 0 | 10 | 10100 | 10101011 | 10100 | 1001011 |
Color Harmonies of #B1CBC7
Complementary color
Monochromatic Colors of #B1CBC7
Black with #B1CBC7
Text Example
Text Example
White with #B1CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBC7; }
p { color: rgb(177,203,199); }
H1.HeaderClassName
{
color: #B1CBC7;
}
.AnyTagClassName
{
color: #B1CBC7;
}
</style>
background-color css
<style>
a { background-color: #B1CBC7; }
a { background-color: rgb(177,203,199); }
div.DivClassName
{
background-color: #B1CBC7;
}
.BgClassName
{
background-color: #B1CBC7;
}
</style>
border-color css
<style>
span { border-color: #B1CBC7; }
span { border-color: rgb(177,203,199); }
td.TdClassName
{
border-color: #B1CBC7;
}
.TagClassName
{
border-color: #B1CBC7;
}
</style>