Shades of Jungle Mist #B6CECF
Tints of Jungle Mist #B6CECF
RGB
CMYK
RGB Variations
Color information
#B6CECF (or 0xB6CECF) is known color: Jungle Mist. HEX triplet: B6, CE and CF. RGB value is (182,206,207). Sum of RGB (Red+Green+Blue) = 182+206+207=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 206 (80.86% from 255 or 34.62% 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 #B6CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CECF is #493130. Grayscale: #C6C6C6. Windows color (decimal): -4796721 or 13618870. OLE color: 13618870.
HSL color Cylindrical-coordinate representation of color #B6CECF: hue angle of 182.4º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6CECF is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 206 | 207 | - |
| CMYK | 0.12 | 0.00 | 0 | 0.19 |
| HSL | 182.4º | 0.21% | 0.76% | - |
| HSV(B) | 182.4º | 0.12% | 0.81% | - |
| XYZ | 52.63 | 58.59 | 67.57 | - |
| YUV | 198.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 206 | 207 | 0.12 | 0.00 | 0 | 0.19 | 182.4 | 0.21 | 0.76 |
| Hex | B6 | CE | CF | C | 0 | 0 | 13 | B6 | 15 | 4C |
| Octal | 266 | 316 | 317 | 14 | 0 | 0 | 23 | 266 | 25 | 114 |
| Binary | 10110110 | 11001110 | 11001111 | 1100 | 0 | 0 | 10011 | 10110110 | 10101 | 1001100 |
Color Harmonies of #B6CECF
Complementary color
Monochromatic Colors of #B6CECF
Black with #B6CECF
Text Example
Text Example
White with #B6CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CECF; }
p { color: rgb(182,206,207); }
H1.HeaderClassName
{
color: #B6CECF;
}
.AnyTagClassName
{
color: #B6CECF;
}
</style>
background-color css
<style>
a { background-color: #B6CECF; }
a { background-color: rgb(182,206,207); }
div.DivClassName
{
background-color: #B6CECF;
}
.BgClassName
{
background-color: #B6CECF;
}
</style>
border-color css
<style>
span { border-color: #B6CECF; }
span { border-color: rgb(182,206,207); }
td.TdClassName
{
border-color: #B6CECF;
}
.TagClassName
{
border-color: #B6CECF;
}
</style>