Shades of Jungle Mist #B2BEBE
Tints of Jungle Mist #B2BEBE
RGB
CMYK
RGB Variations
Color information
#B2BEBE (or 0xB2BEBE) is known color: Jungle Mist. HEX triplet: B2, BE and BE. RGB value is (178,190,190). Sum of RGB (Red+Green+Blue) = 178+190+190=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #B2BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEBE is #4D4141. Grayscale: #BABABA. Windows color (decimal): -5062978 or 12500658. OLE color: 12500658.
HSL color Cylindrical-coordinate representation of color #B2BEBE: hue angle of 180º 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 #B2BEBE is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 190 | - |
| CMYK | 0.06 | 0 | 0 | 0.25 |
| HSL | 180º | 0.08% | 0.72% | - |
| HSV(B) | 180º | 0.06% | 0.75% | - |
| XYZ | 46.07 | 50.01 | 55.94 | - |
| YUV | 186.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 190 | 0.06 | 0 | 0 | 0.25 | 180 | 0.08 | 0.72 |
| Hex | B2 | BE | BE | 6 | 0 | 0 | 19 | B4 | 8 | 48 |
| Octal | 262 | 276 | 276 | 6 | 0 | 0 | 31 | 264 | 10 | 110 |
| Binary | 10110010 | 10111110 | 10111110 | 110 | 0 | 0 | 11001 | 10110100 | 1000 | 1001000 |
Color Harmonies of #B2BEBE
Complementary color
Monochromatic Colors of #B2BEBE
Black with #B2BEBE
Text Example
Text Example
White with #B2BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BEBE; }
p { color: rgb(178,190,190); }
H1.HeaderClassName
{
color: #B2BEBE;
}
.AnyTagClassName
{
color: #B2BEBE;
}
</style>
background-color css
<style>
a { background-color: #B2BEBE; }
a { background-color: rgb(178,190,190); }
div.DivClassName
{
background-color: #B2BEBE;
}
.BgClassName
{
background-color: #B2BEBE;
}
</style>
border-color css
<style>
span { border-color: #B2BEBE; }
span { border-color: rgb(178,190,190); }
td.TdClassName
{
border-color: #B2BEBE;
}
.TagClassName
{
border-color: #B2BEBE;
}
</style>