Shades of Jungle Mist #B8CECF
Tints of Jungle Mist #B8CECF
RGB
CMYK
RGB Variations
Color information
#B8CECF (or 0xB8CECF) is known color: Jungle Mist. HEX triplet: B8, CE and CF. RGB value is (184,206,207). Sum of RGB (Red+Green+Blue) = 184+206+207=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CECF is #473130. Grayscale: #C7C7C7. Windows color (decimal): -4665649 or 13618872. OLE color: 13618872.
HSL color Cylindrical-coordinate representation of color #B8CECF: hue angle of 182.61º 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 #B8CECF is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 206 | 207 | - |
| CMYK | 0.11 | 0.00 | 0 | 0.19 |
| HSL | 182.61º | 0.19% | 0.77% | - |
| HSV(B) | 182.61º | 0.11% | 0.81% | - |
| XYZ | 53.1 | 58.84 | 67.59 | - |
| YUV | 199.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 206 | 207 | 0.11 | 0.00 | 0 | 0.19 | 182.61 | 0.19 | 0.77 |
| Hex | B8 | CE | CF | B | 0 | 0 | 13 | B7 | 13 | 4D |
| Octal | 270 | 316 | 317 | 13 | 0 | 0 | 23 | 267 | 23 | 115 |
| Binary | 10111000 | 11001110 | 11001111 | 1011 | 0 | 0 | 10011 | 10110111 | 10011 | 1001101 |
Color Harmonies of #B8CECF
Complementary color
Monochromatic Colors of #B8CECF
Black with #B8CECF
Text Example
Text Example
White with #B8CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CECF; }
p { color: rgb(184,206,207); }
H1.HeaderClassName
{
color: #B8CECF;
}
.AnyTagClassName
{
color: #B8CECF;
}
</style>
background-color css
<style>
a { background-color: #B8CECF; }
a { background-color: rgb(184,206,207); }
div.DivClassName
{
background-color: #B8CECF;
}
.BgClassName
{
background-color: #B8CECF;
}
</style>
border-color css
<style>
span { border-color: #B8CECF; }
span { border-color: rgb(184,206,207); }
td.TdClassName
{
border-color: #B8CECF;
}
.TagClassName
{
border-color: #B8CECF;
}
</style>