Shades of Jungle Mist #B8C9CC
Tints of Jungle Mist #B8C9CC
RGB
CMYK
RGB Variations
Color information
#B8C9CC (or 0xB8C9CC) is known color: Jungle Mist. HEX triplet: B8, C9 and CC. RGB value is (184,201,204). Sum of RGB (Red+Green+Blue) = 184+201+204=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8C9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C9CC is #473633. Grayscale: #C4C4C4. Windows color (decimal): -4666932 or 13420984. OLE color: 13420984.
HSL color Cylindrical-coordinate representation of color #B8C9CC: hue angle of 189º 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 #B8C9CC is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 201 | 204 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.2 |
| HSL | 189º | 0.16% | 0.76% | - |
| HSV(B) | 189º | 0.1% | 0.8% | - |
| XYZ | 51.55 | 56.32 | 65.28 | - |
| YUV | 196.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 204 | 0.10 | 0.01 | 0 | 0.2 | 189 | 0.16 | 0.76 |
| Hex | B8 | C9 | CC | A | 1 | 0 | 14 | BD | 10 | 4C |
| Octal | 270 | 311 | 314 | 12 | 1 | 0 | 24 | 275 | 20 | 114 |
| Binary | 10111000 | 11001001 | 11001100 | 1010 | 1 | 0 | 10100 | 10111101 | 10000 | 1001100 |
Color Harmonies of #B8C9CC
Complementary color
Monochromatic Colors of #B8C9CC
Black with #B8C9CC
Text Example
Text Example
White with #B8C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C9CC; }
p { color: rgb(184,201,204); }
H1.HeaderClassName
{
color: #B8C9CC;
}
.AnyTagClassName
{
color: #B8C9CC;
}
</style>
background-color css
<style>
a { background-color: #B8C9CC; }
a { background-color: rgb(184,201,204); }
div.DivClassName
{
background-color: #B8C9CC;
}
.BgClassName
{
background-color: #B8C9CC;
}
</style>
border-color css
<style>
span { border-color: #B8C9CC; }
span { border-color: rgb(184,201,204); }
td.TdClassName
{
border-color: #B8C9CC;
}
.TagClassName
{
border-color: #B8C9CC;
}
</style>