Shades of Jungle Mist #B2CBCE
Tints of Jungle Mist #B2CBCE
RGB
CMYK
RGB Variations
Color information
#B2CBCE (or 0xB2CBCE) is known color: Jungle Mist. HEX triplet: B2, CB and CE. RGB value is (178,203,206). Sum of RGB (Red+Green+Blue) = 178+203+206=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2CBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CBCE is #4D3431. Grayscale: #C3C3C3. Windows color (decimal): -5059634 or 13552562. OLE color: 13552562.
HSL color Cylindrical-coordinate representation of color #B2CBCE: hue angle of 186.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CBCE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 203 | 206 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.19 |
| HSL | 186.43º | 0.22% | 0.75% | - |
| HSV(B) | 186.43º | 0.14% | 0.81% | - |
| XYZ | 50.86 | 56.63 | 66.64 | - |
| YUV | 195.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 206 | 0.14 | 0.01 | 0 | 0.19 | 186.43 | 0.22 | 0.75 |
| Hex | B2 | CB | CE | E | 1 | 0 | 13 | BA | 16 | 4B |
| Octal | 262 | 313 | 316 | 16 | 1 | 0 | 23 | 272 | 26 | 113 |
| Binary | 10110010 | 11001011 | 11001110 | 1110 | 1 | 0 | 10011 | 10111010 | 10110 | 1001011 |
Color Harmonies of #B2CBCE
Complementary color
Monochromatic Colors of #B2CBCE
Black with #B2CBCE
Text Example
Text Example
White with #B2CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CBCE; }
p { color: rgb(178,203,206); }
H1.HeaderClassName
{
color: #B2CBCE;
}
.AnyTagClassName
{
color: #B2CBCE;
}
</style>
background-color css
<style>
a { background-color: #B2CBCE; }
a { background-color: rgb(178,203,206); }
div.DivClassName
{
background-color: #B2CBCE;
}
.BgClassName
{
background-color: #B2CBCE;
}
</style>
border-color css
<style>
span { border-color: #B2CBCE; }
span { border-color: rgb(178,203,206); }
td.TdClassName
{
border-color: #B2CBCE;
}
.TagClassName
{
border-color: #B2CBCE;
}
</style>