Shades of Jungle Mist #B9C5C3
Tints of Jungle Mist #B9C5C3
RGB
CMYK
RGB Variations
Color information
#B9C5C3 (or 0xB9C5C3) is known color: Jungle Mist. HEX triplet: B9, C5 and C3. RGB value is (185,197,195). Sum of RGB (Red+Green+Blue) = 185+197+195=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C5C3 is #463A3C. Grayscale: #C1C1C1. Windows color (decimal): -4602429 or 12830137. OLE color: 12830137.
HSL color Cylindrical-coordinate representation of color #B9C5C3: hue angle of 170º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9C5C3 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 195 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.23 |
| HSL | 170º | 0.09% | 0.75% | - |
| HSV(B) | 170º | 0.06% | 0.77% | - |
| XYZ | 49.82 | 54.19 | 59.46 | - |
| YUV | 193.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 195 | 0.06 | 0 | 0.01 | 0.23 | 170 | 0.09 | 0.75 |
| Hex | B9 | C5 | C3 | 6 | 0 | 1 | 17 | AA | 9 | 4B |
| Octal | 271 | 305 | 303 | 6 | 0 | 1 | 27 | 252 | 11 | 113 |
| Binary | 10111001 | 11000101 | 11000011 | 110 | 0 | 1 | 10111 | 10101010 | 1001 | 1001011 |
Color Harmonies of #B9C5C3
Complementary color
Monochromatic Colors of #B9C5C3
Black with #B9C5C3
Text Example
Text Example
White with #B9C5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C5C3; }
p { color: rgb(185,197,195); }
H1.HeaderClassName
{
color: #B9C5C3;
}
.AnyTagClassName
{
color: #B9C5C3;
}
</style>
background-color css
<style>
a { background-color: #B9C5C3; }
a { background-color: rgb(185,197,195); }
div.DivClassName
{
background-color: #B9C5C3;
}
.BgClassName
{
background-color: #B9C5C3;
}
</style>
border-color css
<style>
span { border-color: #B9C5C3; }
span { border-color: rgb(185,197,195); }
td.TdClassName
{
border-color: #B9C5C3;
}
.TagClassName
{
border-color: #B9C5C3;
}
</style>