Shades of Jungle Mist #B1C9C5
Tints of Jungle Mist #B1C9C5
RGB
CMYK
RGB Variations
Color information
#B1C9C5 (or 0xB1C9C5) is known color: Jungle Mist. HEX triplet: B1, C9 and C5. RGB value is (177,201,197). Sum of RGB (Red+Green+Blue) = 177+201+197=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C9C5 is #4E363A. Grayscale: #C1C1C1. Windows color (decimal): -5125691 or 12962225. OLE color: 12962225.
HSL color Cylindrical-coordinate representation of color #B1C9C5: hue angle of 170º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C9C5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 197 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.21 |
| HSL | 170º | 0.18% | 0.74% | - |
| HSV(B) | 170º | 0.12% | 0.79% | - |
| XYZ | 49.1 | 55.15 | 60.88 | - |
| YUV | 193.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 197 | 0.12 | 0 | 0.02 | 0.21 | 170 | 0.18 | 0.74 |
| Hex | B1 | C9 | C5 | C | 0 | 2 | 15 | AA | 12 | 4A |
| Octal | 261 | 311 | 305 | 14 | 0 | 2 | 25 | 252 | 22 | 112 |
| Binary | 10110001 | 11001001 | 11000101 | 1100 | 0 | 10 | 10101 | 10101010 | 10010 | 1001010 |
Color Harmonies of #B1C9C5
Complementary color
Monochromatic Colors of #B1C9C5
Black with #B1C9C5
Text Example
Text Example
White with #B1C9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C9C5; }
p { color: rgb(177,201,197); }
H1.HeaderClassName
{
color: #B1C9C5;
}
.AnyTagClassName
{
color: #B1C9C5;
}
</style>
background-color css
<style>
a { background-color: #B1C9C5; }
a { background-color: rgb(177,201,197); }
div.DivClassName
{
background-color: #B1C9C5;
}
.BgClassName
{
background-color: #B1C9C5;
}
</style>
border-color css
<style>
span { border-color: #B1C9C5; }
span { border-color: rgb(177,201,197); }
td.TdClassName
{
border-color: #B1C9C5;
}
.TagClassName
{
border-color: #B1C9C5;
}
</style>