Shades of Jungle Mist #B8C4C4
Tints of Jungle Mist #B8C4C4
RGB
CMYK
RGB Variations
Color information
#B8C4C4 (or 0xB8C4C4) is known color: Jungle Mist. HEX triplet: B8, C4 and C4. RGB value is (184,196,196). Sum of RGB (Red+Green+Blue) = 184+196+196=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 196 - color contains mainly: green, blue. Hex color #B8C4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C4C4 is #473B3B. Grayscale: #C0C0C0. Windows color (decimal): -4668220 or 12895416. OLE color: 12895416.
HSL color Cylindrical-coordinate representation of color #B8C4C4: hue angle of 180º 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 #B8C4C4 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 196 | - |
| CMYK | 0.06 | 0 | 0 | 0.23 |
| HSL | 180º | 0.09% | 0.75% | - |
| HSV(B) | 180º | 0.06% | 0.77% | - |
| XYZ | 49.47 | 53.66 | 59.97 | - |
| YUV | 192.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 196 | 0.06 | 0 | 0 | 0.23 | 180 | 0.09 | 0.75 |
| Hex | B8 | C4 | C4 | 6 | 0 | 0 | 17 | B4 | 9 | 4B |
| Octal | 270 | 304 | 304 | 6 | 0 | 0 | 27 | 264 | 11 | 113 |
| Binary | 10111000 | 11000100 | 11000100 | 110 | 0 | 0 | 10111 | 10110100 | 1001 | 1001011 |
Color Harmonies of #B8C4C4
Complementary color
Monochromatic Colors of #B8C4C4
Black with #B8C4C4
Text Example
Text Example
White with #B8C4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C4C4; }
p { color: rgb(184,196,196); }
H1.HeaderClassName
{
color: #B8C4C4;
}
.AnyTagClassName
{
color: #B8C4C4;
}
</style>
background-color css
<style>
a { background-color: #B8C4C4; }
a { background-color: rgb(184,196,196); }
div.DivClassName
{
background-color: #B8C4C4;
}
.BgClassName
{
background-color: #B8C4C4;
}
</style>
border-color css
<style>
span { border-color: #B8C4C4; }
span { border-color: rgb(184,196,196); }
td.TdClassName
{
border-color: #B8C4C4;
}
.TagClassName
{
border-color: #B8C4C4;
}
</style>