Shades of Jungle Mist #B2C4C5
Tints of Jungle Mist #B2C4C5
RGB
CMYK
RGB Variations
Color information
#B2C4C5 (or 0xB2C4C5) is known color: Jungle Mist. HEX triplet: B2, C4 and C5. RGB value is (178,196,197). Sum of RGB (Red+Green+Blue) = 178+196+197=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 197 - color contains mainly: blue. Hex color #B2C4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C4C5 is #4D3B3A. Grayscale: #BEBEBE. Windows color (decimal): -5061435 or 12960946. OLE color: 12960946.
HSL color Cylindrical-coordinate representation of color #B2C4C5: hue angle of 183.16º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2C4C5 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 197 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.23 |
| HSL | 183.16º | 0.14% | 0.74% | - |
| HSV(B) | 183.16º | 0.1% | 0.77% | - |
| XYZ | 48.18 | 52.98 | 60.51 | - |
| YUV | 190.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 197 | 0.10 | 0.01 | 0 | 0.23 | 183.16 | 0.14 | 0.74 |
| Hex | B2 | C4 | C5 | A | 1 | 0 | 17 | B7 | E | 4A |
| Octal | 262 | 304 | 305 | 12 | 1 | 0 | 27 | 267 | 16 | 112 |
| Binary | 10110010 | 11000100 | 11000101 | 1010 | 1 | 0 | 10111 | 10110111 | 1110 | 1001010 |
Color Harmonies of #B2C4C5
Complementary color
Monochromatic Colors of #B2C4C5
Black with #B2C4C5
Text Example
Text Example
White with #B2C4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C4C5; }
p { color: rgb(178,196,197); }
H1.HeaderClassName
{
color: #B2C4C5;
}
.AnyTagClassName
{
color: #B2C4C5;
}
</style>
background-color css
<style>
a { background-color: #B2C4C5; }
a { background-color: rgb(178,196,197); }
div.DivClassName
{
background-color: #B2C4C5;
}
.BgClassName
{
background-color: #B2C4C5;
}
</style>
border-color css
<style>
span { border-color: #B2C4C5; }
span { border-color: rgb(178,196,197); }
td.TdClassName
{
border-color: #B2C4C5;
}
.TagClassName
{
border-color: #B2C4C5;
}
</style>