Shades of Jungle Mist #B8C8CC
Tints of Jungle Mist #B8C8CC
RGB
CMYK
RGB Variations
Color information
#B8C8CC (or 0xB8C8CC) is known color: Jungle Mist. HEX triplet: B8, C8 and CC. RGB value is (184,200,204). Sum of RGB (Red+Green+Blue) = 184+200+204=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8C8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C8CC is #473733. Grayscale: #C3C3C3. Windows color (decimal): -4667188 or 13420728. OLE color: 13420728.
HSL color Cylindrical-coordinate representation of color #B8C8CC: hue angle of 192º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8C8CC is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 200 | 204 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.2 |
| HSL | 192º | 0.16% | 0.76% | - |
| HSV(B) | 192º | 0.1% | 0.8% | - |
| XYZ | 51.32 | 55.86 | 65.2 | - |
| YUV | 195.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 204 | 0.10 | 0.02 | 0 | 0.2 | 192 | 0.16 | 0.76 |
| Hex | B8 | C8 | CC | A | 2 | 0 | 14 | C0 | 10 | 4C |
| Octal | 270 | 310 | 314 | 12 | 2 | 0 | 24 | 300 | 20 | 114 |
| Binary | 10111000 | 11001000 | 11001100 | 1010 | 10 | 0 | 10100 | 11000000 | 10000 | 1001100 |
Color Harmonies of #B8C8CC
Complementary color
Monochromatic Colors of #B8C8CC
Black with #B8C8CC
Text Example
Text Example
White with #B8C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C8CC; }
p { color: rgb(184,200,204); }
H1.HeaderClassName
{
color: #B8C8CC;
}
.AnyTagClassName
{
color: #B8C8CC;
}
</style>
background-color css
<style>
a { background-color: #B8C8CC; }
a { background-color: rgb(184,200,204); }
div.DivClassName
{
background-color: #B8C8CC;
}
.BgClassName
{
background-color: #B8C8CC;
}
</style>
border-color css
<style>
span { border-color: #B8C8CC; }
span { border-color: rgb(184,200,204); }
td.TdClassName
{
border-color: #B8C8CC;
}
.TagClassName
{
border-color: #B8C8CC;
}
</style>