Shades of Jungle Mist #B8C4C3
Tints of Jungle Mist #B8C4C3
RGB
CMYK
RGB Variations
Color information
#B8C4C3 (or 0xB8C4C3) is known color: Jungle Mist. HEX triplet: B8, C4 and C3. RGB value is (184,196,195). Sum of RGB (Red+Green+Blue) = 184+196+195=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C4C3 is #473B3C. Grayscale: #C0C0C0. Windows color (decimal): -4668221 or 12829880. OLE color: 12829880.
HSL color Cylindrical-coordinate representation of color #B8C4C3: hue angle of 175º 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 #B8C4C3 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 195 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.23 |
| HSL | 175º | 0.09% | 0.75% | - |
| HSV(B) | 175º | 0.06% | 0.77% | - |
| XYZ | 49.36 | 53.61 | 59.38 | - |
| YUV | 192.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 195 | 0.06 | 0 | 0.01 | 0.23 | 175 | 0.09 | 0.75 |
| Hex | B8 | C4 | C3 | 6 | 0 | 1 | 17 | AF | 9 | 4B |
| Octal | 270 | 304 | 303 | 6 | 0 | 1 | 27 | 257 | 11 | 113 |
| Binary | 10111000 | 11000100 | 11000011 | 110 | 0 | 1 | 10111 | 10101111 | 1001 | 1001011 |
Color Harmonies of #B8C4C3
Complementary color
Monochromatic Colors of #B8C4C3
Black with #B8C4C3
Text Example
Text Example
White with #B8C4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C4C3; }
p { color: rgb(184,196,195); }
H1.HeaderClassName
{
color: #B8C4C3;
}
.AnyTagClassName
{
color: #B8C4C3;
}
</style>
background-color css
<style>
a { background-color: #B8C4C3; }
a { background-color: rgb(184,196,195); }
div.DivClassName
{
background-color: #B8C4C3;
}
.BgClassName
{
background-color: #B8C4C3;
}
</style>
border-color css
<style>
span { border-color: #B8C4C3; }
span { border-color: rgb(184,196,195); }
td.TdClassName
{
border-color: #B8C4C3;
}
.TagClassName
{
border-color: #B8C4C3;
}
</style>