Shades of Jungle Mist #B8CCCF
Tints of Jungle Mist #B8CCCF
RGB
CMYK
RGB Variations
Color information
#B8CCCF (or 0xB8CCCF) is known color: Jungle Mist. HEX triplet: B8, CC and CF. RGB value is (184,204,207). Sum of RGB (Red+Green+Blue) = 184+204+207=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCCF is #473330. Grayscale: #C6C6C6. Windows color (decimal): -4666161 or 13618360. OLE color: 13618360.
HSL color Cylindrical-coordinate representation of color #B8CCCF: hue angle of 187.83º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CCCF is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 204 | 207 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.19 |
| HSL | 187.83º | 0.19% | 0.77% | - |
| HSV(B) | 187.83º | 0.11% | 0.81% | - |
| XYZ | 52.62 | 57.88 | 67.43 | - |
| YUV | 198.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 207 | 0.11 | 0.01 | 0 | 0.19 | 187.83 | 0.19 | 0.77 |
| Hex | B8 | CC | CF | B | 1 | 0 | 13 | BC | 13 | 4D |
| Octal | 270 | 314 | 317 | 13 | 1 | 0 | 23 | 274 | 23 | 115 |
| Binary | 10111000 | 11001100 | 11001111 | 1011 | 1 | 0 | 10011 | 10111100 | 10011 | 1001101 |
Color Harmonies of #B8CCCF
Complementary color
Monochromatic Colors of #B8CCCF
Black with #B8CCCF
Text Example
Text Example
White with #B8CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCCF; }
p { color: rgb(184,204,207); }
H1.HeaderClassName
{
color: #B8CCCF;
}
.AnyTagClassName
{
color: #B8CCCF;
}
</style>
background-color css
<style>
a { background-color: #B8CCCF; }
a { background-color: rgb(184,204,207); }
div.DivClassName
{
background-color: #B8CCCF;
}
.BgClassName
{
background-color: #B8CCCF;
}
</style>
border-color css
<style>
span { border-color: #B8CCCF; }
span { border-color: rgb(184,204,207); }
td.TdClassName
{
border-color: #B8CCCF;
}
.TagClassName
{
border-color: #B8CCCF;
}
</style>