Shades of Jungle Mist #B2C8C6
Tints of Jungle Mist #B2C8C6
RGB
CMYK
RGB Variations
Color information
#B2C8C6 (or 0xB2C8C6) is known color: Jungle Mist. HEX triplet: B2, C8 and C6. RGB value is (178,200,198). Sum of RGB (Red+Green+Blue) = 178+200+198=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C8C6 is #4D3739. Grayscale: #C1C1C1. Windows color (decimal): -5060410 or 13027506. OLE color: 13027506.
HSL color Cylindrical-coordinate representation of color #B2C8C6: hue angle of 174.55º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C8C6 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 198 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.22 |
| HSL | 174.55º | 0.17% | 0.74% | - |
| HSV(B) | 174.55º | 0.11% | 0.78% | - |
| XYZ | 49.21 | 54.85 | 61.42 | - |
| YUV | 193.19 | 130.71 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 198 | 0.11 | 0 | 0.01 | 0.22 | 174.55 | 0.17 | 0.74 |
| Hex | B2 | C8 | C6 | B | 0 | 1 | 16 | AF | 11 | 4A |
| Octal | 262 | 310 | 306 | 13 | 0 | 1 | 26 | 257 | 21 | 112 |
| Binary | 10110010 | 11001000 | 11000110 | 1011 | 0 | 1 | 10110 | 10101111 | 10001 | 1001010 |
Color Harmonies of #B2C8C6
Complementary color
Monochromatic Colors of #B2C8C6
Black with #B2C8C6
Text Example
Text Example
White with #B2C8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C8C6; }
p { color: rgb(178,200,198); }
H1.HeaderClassName
{
color: #B2C8C6;
}
.AnyTagClassName
{
color: #B2C8C6;
}
</style>
background-color css
<style>
a { background-color: #B2C8C6; }
a { background-color: rgb(178,200,198); }
div.DivClassName
{
background-color: #B2C8C6;
}
.BgClassName
{
background-color: #B2C8C6;
}
</style>
border-color css
<style>
span { border-color: #B2C8C6; }
span { border-color: rgb(178,200,198); }
td.TdClassName
{
border-color: #B2C8C6;
}
.TagClassName
{
border-color: #B2C8C6;
}
</style>