Shades of Jungle Mist #B2BEBD
Tints of Jungle Mist #B2BEBD
RGB
CMYK
RGB Variations
Color information
#B2BEBD (or 0xB2BEBD) is known color: Jungle Mist. HEX triplet: B2, BE and BD. RGB value is (178,190,189). Sum of RGB (Red+Green+Blue) = 178+190+189=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEBD is #4D4142. Grayscale: #BABABA. Windows color (decimal): -5062979 or 12435122. OLE color: 12435122.
HSL color Cylindrical-coordinate representation of color #B2BEBD: hue angle of 175º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2BEBD is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 189 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.25 |
| HSL | 175º | 0.08% | 0.72% | - |
| HSV(B) | 175º | 0.06% | 0.75% | - |
| XYZ | 45.96 | 49.97 | 55.37 | - |
| YUV | 186.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 189 | 0.06 | 0 | 0.01 | 0.25 | 175 | 0.08 | 0.72 |
| Hex | B2 | BE | BD | 6 | 0 | 1 | 19 | AF | 8 | 48 |
| Octal | 262 | 276 | 275 | 6 | 0 | 1 | 31 | 257 | 10 | 110 |
| Binary | 10110010 | 10111110 | 10111101 | 110 | 0 | 1 | 11001 | 10101111 | 1000 | 1001000 |
Color Harmonies of #B2BEBD
Complementary color
Monochromatic Colors of #B2BEBD
Black with #B2BEBD
Text Example
Text Example
White with #B2BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEBD; }
p { color: rgb(178,190,189); }
H1.HeaderClassName
{
color: #B2BEBD;
}
.AnyTagClassName
{
color: #B2BEBD;
}
</style>
background-color css
<style>
a { background-color: #B2BEBD; }
a { background-color: rgb(178,190,189); }
div.DivClassName
{
background-color: #B2BEBD;
}
.BgClassName
{
background-color: #B2BEBD;
}
</style>
border-color css
<style>
span { border-color: #B2BEBD; }
span { border-color: rgb(178,190,189); }
td.TdClassName
{
border-color: #B2BEBD;
}
.TagClassName
{
border-color: #B2BEBD;
}
</style>