Shades of Jungle Mist #B0C6C8
Tints of Jungle Mist #B0C6C8
RGB
CMYK
RGB Variations
Color information
#B0C6C8 (or 0xB0C6C8) is known color: Jungle Mist. HEX triplet: B0, C6 and C8. RGB value is (176,198,200). Sum of RGB (Red+Green+Blue) = 176+198+200=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 200 - color contains mainly: blue. Hex color #B0C6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C6C8 is #4F3937. Grayscale: #BFBFBF. Windows color (decimal): -5191992 or 13158064. OLE color: 13158064.
HSL color Cylindrical-coordinate representation of color #B0C6C8: hue angle of 185º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C6C8 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 200 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.22 |
| HSL | 185º | 0.18% | 0.74% | - |
| HSV(B) | 185º | 0.12% | 0.78% | - |
| XYZ | 48.52 | 53.79 | 62.47 | - |
| YUV | 191.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 200 | 0.12 | 0.01 | 0 | 0.22 | 185 | 0.18 | 0.74 |
| Hex | B0 | C6 | C8 | C | 1 | 0 | 16 | B9 | 12 | 4A |
| Octal | 260 | 306 | 310 | 14 | 1 | 0 | 26 | 271 | 22 | 112 |
| Binary | 10110000 | 11000110 | 11001000 | 1100 | 1 | 0 | 10110 | 10111001 | 10010 | 1001010 |
Color Harmonies of #B0C6C8
Complementary color
Monochromatic Colors of #B0C6C8
Black with #B0C6C8
Text Example
Text Example
White with #B0C6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C6C8; }
p { color: rgb(176,198,200); }
H1.HeaderClassName
{
color: #B0C6C8;
}
.AnyTagClassName
{
color: #B0C6C8;
}
</style>
background-color css
<style>
a { background-color: #B0C6C8; }
a { background-color: rgb(176,198,200); }
div.DivClassName
{
background-color: #B0C6C8;
}
.BgClassName
{
background-color: #B0C6C8;
}
</style>
border-color css
<style>
span { border-color: #B0C6C8; }
span { border-color: rgb(176,198,200); }
td.TdClassName
{
border-color: #B0C6C8;
}
.TagClassName
{
border-color: #B0C6C8;
}
</style>