Shades of Jungle Mist #B1C3C1
Tints of Jungle Mist #B1C3C1
RGB
CMYK
RGB Variations
Color information
#B1C3C1 (or 0xB1C3C1) is known color: Jungle Mist. HEX triplet: B1, C3 and C1. RGB value is (177,195,193). Sum of RGB (Red+Green+Blue) = 177+195+193=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3C1 is #4E3C3E. Grayscale: #BDBDBD. Windows color (decimal): -5127231 or 12698545. OLE color: 12698545.
HSL color Cylindrical-coordinate representation of color #B1C3C1: hue angle of 173.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1C3C1 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 193 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.24 |
| HSL | 173.33º | 0.13% | 0.73% | - |
| HSV(B) | 173.33º | 0.09% | 0.76% | - |
| XYZ | 47.27 | 52.23 | 58.04 | - |
| YUV | 189.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 193 | 0.09 | 0 | 0.01 | 0.24 | 173.33 | 0.13 | 0.73 |
| Hex | B1 | C3 | C1 | 9 | 0 | 1 | 18 | AD | D | 49 |
| Octal | 261 | 303 | 301 | 11 | 0 | 1 | 30 | 255 | 15 | 111 |
| Binary | 10110001 | 11000011 | 11000001 | 1001 | 0 | 1 | 11000 | 10101101 | 1101 | 1001001 |
Color Harmonies of #B1C3C1
Complementary color
Monochromatic Colors of #B1C3C1
Black with #B1C3C1
Text Example
Text Example
White with #B1C3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C3C1; }
p { color: rgb(177,195,193); }
H1.HeaderClassName
{
color: #B1C3C1;
}
.AnyTagClassName
{
color: #B1C3C1;
}
</style>
background-color css
<style>
a { background-color: #B1C3C1; }
a { background-color: rgb(177,195,193); }
div.DivClassName
{
background-color: #B1C3C1;
}
.BgClassName
{
background-color: #B1C3C1;
}
</style>
border-color css
<style>
span { border-color: #B1C3C1; }
span { border-color: rgb(177,195,193); }
td.TdClassName
{
border-color: #B1C3C1;
}
.TagClassName
{
border-color: #B1C3C1;
}
</style>