Shades of Jungle Mist #B1C8C5
Tints of Jungle Mist #B1C8C5
RGB
CMYK
RGB Variations
Color information
#B1C8C5 (or 0xB1C8C5) is known color: Jungle Mist. HEX triplet: B1, C8 and C5. RGB value is (177,200,197). Sum of RGB (Red+Green+Blue) = 177+200+197=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C8C5 is #4E373A. Grayscale: #C0C0C0. Windows color (decimal): -5125947 or 12961969. OLE color: 12961969.
HSL color Cylindrical-coordinate representation of color #B1C8C5: hue angle of 172.17º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C8C5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 200 | 197 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.22 |
| HSL | 172.17º | 0.17% | 0.74% | - |
| HSV(B) | 172.17º | 0.12% | 0.78% | - |
| XYZ | 48.86 | 54.69 | 60.8 | - |
| YUV | 192.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 197 | 0.12 | 0 | 0.02 | 0.22 | 172.17 | 0.17 | 0.74 |
| Hex | B1 | C8 | C5 | C | 0 | 2 | 16 | AC | 11 | 4A |
| Octal | 261 | 310 | 305 | 14 | 0 | 2 | 26 | 254 | 21 | 112 |
| Binary | 10110001 | 11001000 | 11000101 | 1100 | 0 | 10 | 10110 | 10101100 | 10001 | 1001010 |
Color Harmonies of #B1C8C5
Complementary color
Monochromatic Colors of #B1C8C5
Black with #B1C8C5
Text Example
Text Example
White with #B1C8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C8C5; }
p { color: rgb(177,200,197); }
H1.HeaderClassName
{
color: #B1C8C5;
}
.AnyTagClassName
{
color: #B1C8C5;
}
</style>
background-color css
<style>
a { background-color: #B1C8C5; }
a { background-color: rgb(177,200,197); }
div.DivClassName
{
background-color: #B1C8C5;
}
.BgClassName
{
background-color: #B1C8C5;
}
</style>
border-color css
<style>
span { border-color: #B1C8C5; }
span { border-color: rgb(177,200,197); }
td.TdClassName
{
border-color: #B1C8C5;
}
.TagClassName
{
border-color: #B1C8C5;
}
</style>