Shades of Jungle Mist #B6CFCE
Tints of Jungle Mist #B6CFCE
RGB
CMYK
RGB Variations
Color information
#B6CFCE (or 0xB6CFCE) is known color: Jungle Mist. HEX triplet: B6, CF and CE. RGB value is (182,207,206). Sum of RGB (Red+Green+Blue) = 182+207+206=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CFCE is #493031. Grayscale: #C7C7C7. Windows color (decimal): -4796466 or 13553590. OLE color: 13553590.
HSL color Cylindrical-coordinate representation of color #B6CFCE: hue angle of 177.6º 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 #B6CFCE is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 207 | 206 | - |
| CMYK | 0.12 | 0 | 0.00 | 0.19 |
| HSL | 177.6º | 0.21% | 0.76% | - |
| HSV(B) | 177.6º | 0.12% | 0.81% | - |
| XYZ | 52.74 | 59.03 | 67.01 | - |
| YUV | 199.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 207 | 206 | 0.12 | 0 | 0.00 | 0.19 | 177.6 | 0.21 | 0.76 |
| Hex | B6 | CF | CE | C | 0 | 0 | 13 | B2 | 15 | 4C |
| Octal | 266 | 317 | 316 | 14 | 0 | 0 | 23 | 262 | 25 | 114 |
| Binary | 10110110 | 11001111 | 11001110 | 1100 | 0 | 0 | 10011 | 10110010 | 10101 | 1001100 |
Color Harmonies of #B6CFCE
Complementary color
Monochromatic Colors of #B6CFCE
Black with #B6CFCE
Text Example
Text Example
White with #B6CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CFCE; }
p { color: rgb(182,207,206); }
H1.HeaderClassName
{
color: #B6CFCE;
}
.AnyTagClassName
{
color: #B6CFCE;
}
</style>
background-color css
<style>
a { background-color: #B6CFCE; }
a { background-color: rgb(182,207,206); }
div.DivClassName
{
background-color: #B6CFCE;
}
.BgClassName
{
background-color: #B6CFCE;
}
</style>
border-color css
<style>
span { border-color: #B6CFCE; }
span { border-color: rgb(182,207,206); }
td.TdClassName
{
border-color: #B6CFCE;
}
.TagClassName
{
border-color: #B6CFCE;
}
</style>