Shades of Jungle Mist #B3C7CC
Tints of Jungle Mist #B3C7CC
RGB
CMYK
RGB Variations
Color information
#B3C7CC (or 0xB3C7CC) is known color: Jungle Mist. HEX triplet: B3, C7 and CC. RGB value is (179,199,204). Sum of RGB (Red+Green+Blue) = 179+199+204=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7CC is #4C3833. Grayscale: #C1C1C1. Windows color (decimal): -4995124 or 13420467. OLE color: 13420467.
HSL color Cylindrical-coordinate representation of color #B3C7CC: hue angle of 192º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3C7CC is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 199 | 204 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.2 |
| HSL | 192º | 0.2% | 0.75% | - |
| HSV(B) | 192º | 0.12% | 0.8% | - |
| XYZ | 49.91 | 54.79 | 65.07 | - |
| YUV | 193.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 199 | 204 | 0.12 | 0.02 | 0 | 0.2 | 192 | 0.2 | 0.75 |
| Hex | B3 | C7 | CC | C | 2 | 0 | 14 | C0 | 14 | 4B |
| Octal | 263 | 307 | 314 | 14 | 2 | 0 | 24 | 300 | 24 | 113 |
| Binary | 10110011 | 11000111 | 11001100 | 1100 | 10 | 0 | 10100 | 11000000 | 10100 | 1001011 |
Color Harmonies of #B3C7CC
Complementary color
Monochromatic Colors of #B3C7CC
Black with #B3C7CC
Text Example
Text Example
White with #B3C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C7CC; }
p { color: rgb(179,199,204); }
H1.HeaderClassName
{
color: #B3C7CC;
}
.AnyTagClassName
{
color: #B3C7CC;
}
</style>
background-color css
<style>
a { background-color: #B3C7CC; }
a { background-color: rgb(179,199,204); }
div.DivClassName
{
background-color: #B3C7CC;
}
.BgClassName
{
background-color: #B3C7CC;
}
</style>
border-color css
<style>
span { border-color: #B3C7CC; }
span { border-color: rgb(179,199,204); }
td.TdClassName
{
border-color: #B3C7CC;
}
.TagClassName
{
border-color: #B3C7CC;
}
</style>