Shades of Jungle Mist #B2CBC7
Tints of Jungle Mist #B2CBC7
RGB
CMYK
RGB Variations
Color information
#B2CBC7 (or 0xB2CBC7) is known color: Jungle Mist. HEX triplet: B2, CB and C7. RGB value is (178,203,199). Sum of RGB (Red+Green+Blue) = 178+203+199=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBC7 is #4D3438. Grayscale: #C3C3C3. Windows color (decimal): -5059641 or 13093810. OLE color: 13093810.
HSL color Cylindrical-coordinate representation of color #B2CBC7: hue angle of 170.4º degrees, saturation: 0.19, 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 #B2CBC7 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 199 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.20 |
| HSL | 170.4º | 0.19% | 0.75% | - |
| HSV(B) | 170.4º | 0.12% | 0.8% | - |
| XYZ | 50.02 | 56.3 | 62.26 | - |
| YUV | 195.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 199 | 0.12 | 0 | 0.02 | 0.20 | 170.4 | 0.19 | 0.75 |
| Hex | B2 | CB | C7 | C | 0 | 2 | 14 | AA | 13 | 4B |
| Octal | 262 | 313 | 307 | 14 | 0 | 2 | 24 | 252 | 23 | 113 |
| Binary | 10110010 | 11001011 | 11000111 | 1100 | 0 | 10 | 10100 | 10101010 | 10011 | 1001011 |
Color Harmonies of #B2CBC7
Complementary color
Monochromatic Colors of #B2CBC7
Black with #B2CBC7
Text Example
Text Example
White with #B2CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBC7; }
p { color: rgb(178,203,199); }
H1.HeaderClassName
{
color: #B2CBC7;
}
.AnyTagClassName
{
color: #B2CBC7;
}
</style>
background-color css
<style>
a { background-color: #B2CBC7; }
a { background-color: rgb(178,203,199); }
div.DivClassName
{
background-color: #B2CBC7;
}
.BgClassName
{
background-color: #B2CBC7;
}
</style>
border-color css
<style>
span { border-color: #B2CBC7; }
span { border-color: rgb(178,203,199); }
td.TdClassName
{
border-color: #B2CBC7;
}
.TagClassName
{
border-color: #B2CBC7;
}
</style>