Shades of Jungle Mist #B2C1C3
Tints of Jungle Mist #B2C1C3
RGB
CMYK
RGB Variations
Color information
#B2C1C3 (or 0xB2C1C3) is known color: Jungle Mist. HEX triplet: B2, C1 and C3. RGB value is (178,193,195). Sum of RGB (Red+Green+Blue) = 178+193+195=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 195 - color contains mainly: blue. Hex color #B2C1C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C1C3 is #4D3E3C. Grayscale: #BCBCBC. Windows color (decimal): -5062205 or 12829106. OLE color: 12829106.
HSL color Cylindrical-coordinate representation of color #B2C1C3: hue angle of 187.06º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C1C3 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 195 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.24 |
| HSL | 187.06º | 0.12% | 0.73% | - |
| HSV(B) | 187.06º | 0.09% | 0.76% | - |
| XYZ | 47.28 | 51.55 | 59.09 | - |
| YUV | 188.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 195 | 0.09 | 0.01 | 0 | 0.24 | 187.06 | 0.12 | 0.73 |
| Hex | B2 | C1 | C3 | 9 | 1 | 0 | 18 | BB | C | 49 |
| Octal | 262 | 301 | 303 | 11 | 1 | 0 | 30 | 273 | 14 | 111 |
| Binary | 10110010 | 11000001 | 11000011 | 1001 | 1 | 0 | 11000 | 10111011 | 1100 | 1001001 |
Color Harmonies of #B2C1C3
Complementary color
Monochromatic Colors of #B2C1C3
Black with #B2C1C3
Text Example
Text Example
White with #B2C1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C1C3; }
p { color: rgb(178,193,195); }
H1.HeaderClassName
{
color: #B2C1C3;
}
.AnyTagClassName
{
color: #B2C1C3;
}
</style>
background-color css
<style>
a { background-color: #B2C1C3; }
a { background-color: rgb(178,193,195); }
div.DivClassName
{
background-color: #B2C1C3;
}
.BgClassName
{
background-color: #B2C1C3;
}
</style>
border-color css
<style>
span { border-color: #B2C1C3; }
span { border-color: rgb(178,193,195); }
td.TdClassName
{
border-color: #B2C1C3;
}
.TagClassName
{
border-color: #B2C1C3;
}
</style>