Shades of Jungle Mist #B4C7C4
Tints of Jungle Mist #B4C7C4
RGB
CMYK
RGB Variations
Color information
#B4C7C4 (or 0xB4C7C4) is known color: Jungle Mist. HEX triplet: B4, C7 and C4. RGB value is (180,199,196). Sum of RGB (Red+Green+Blue) = 180+199+196=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 196 (76.95% from 255 or 34.09% from 575); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C7C4 is #4B383B. Grayscale: #C0C0C0. Windows color (decimal): -4929596 or 12896180. OLE color: 12896180.
HSL color Cylindrical-coordinate representation of color #B4C7C4: hue angle of 170.53º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C7C4 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 199 | 196 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.22 |
| HSL | 170.53º | 0.15% | 0.74% | - |
| HSV(B) | 170.53º | 0.1% | 0.78% | - |
| XYZ | 49.21 | 54.54 | 60.16 | - |
| YUV | 192.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 196 | 0.10 | 0 | 0.02 | 0.22 | 170.53 | 0.15 | 0.74 |
| Hex | B4 | C7 | C4 | A | 0 | 2 | 16 | AB | F | 4A |
| Octal | 264 | 307 | 304 | 12 | 0 | 2 | 26 | 253 | 17 | 112 |
| Binary | 10110100 | 11000111 | 11000100 | 1010 | 0 | 10 | 10110 | 10101011 | 1111 | 1001010 |
Color Harmonies of #B4C7C4
Complementary color
Monochromatic Colors of #B4C7C4
Black with #B4C7C4
Text Example
Text Example
White with #B4C7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C7C4; }
p { color: rgb(180,199,196); }
H1.HeaderClassName
{
color: #B4C7C4;
}
.AnyTagClassName
{
color: #B4C7C4;
}
</style>
background-color css
<style>
a { background-color: #B4C7C4; }
a { background-color: rgb(180,199,196); }
div.DivClassName
{
background-color: #B4C7C4;
}
.BgClassName
{
background-color: #B4C7C4;
}
</style>
border-color css
<style>
span { border-color: #B4C7C4; }
span { border-color: rgb(180,199,196); }
td.TdClassName
{
border-color: #B4C7C4;
}
.TagClassName
{
border-color: #B4C7C4;
}
</style>