Shades of Jungle Mist #B1C5C4
Tints of Jungle Mist #B1C5C4
RGB
CMYK
RGB Variations
Color information
#B1C5C4 (or 0xB1C5C4) is known color: Jungle Mist. HEX triplet: B1, C5 and C4. RGB value is (177,197,196). Sum of RGB (Red+Green+Blue) = 177+197+196=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C5C4 is #4E3A3B. Grayscale: #BEBEBE. Windows color (decimal): -5126716 or 12895665. OLE color: 12895665.
HSL color Cylindrical-coordinate representation of color #B1C5C4: hue angle of 177º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1C5C4 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 196 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.23 |
| HSL | 177º | 0.15% | 0.73% | - |
| HSV(B) | 177º | 0.1% | 0.77% | - |
| XYZ | 48.06 | 53.27 | 59.97 | - |
| YUV | 190.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 196 | 0.10 | 0 | 0.01 | 0.23 | 177 | 0.15 | 0.73 |
| Hex | B1 | C5 | C4 | A | 0 | 1 | 17 | B1 | F | 49 |
| Octal | 261 | 305 | 304 | 12 | 0 | 1 | 27 | 261 | 17 | 111 |
| Binary | 10110001 | 11000101 | 11000100 | 1010 | 0 | 1 | 10111 | 10110001 | 1111 | 1001001 |
Color Harmonies of #B1C5C4
Complementary color
Monochromatic Colors of #B1C5C4
Black with #B1C5C4
Text Example
Text Example
White with #B1C5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C5C4; }
p { color: rgb(177,197,196); }
H1.HeaderClassName
{
color: #B1C5C4;
}
.AnyTagClassName
{
color: #B1C5C4;
}
</style>
background-color css
<style>
a { background-color: #B1C5C4; }
a { background-color: rgb(177,197,196); }
div.DivClassName
{
background-color: #B1C5C4;
}
.BgClassName
{
background-color: #B1C5C4;
}
</style>
border-color css
<style>
span { border-color: #B1C5C4; }
span { border-color: rgb(177,197,196); }
td.TdClassName
{
border-color: #B1C5C4;
}
.TagClassName
{
border-color: #B1C5C4;
}
</style>