Shades of Jungle Mist #B2BFBE
Tints of Jungle Mist #B2BFBE
RGB
CMYK
RGB Variations
Color information
#B2BFBE (or 0xB2BFBE) is known color: Jungle Mist. HEX triplet: B2, BF and BE. RGB value is (178,191,190). Sum of RGB (Red+Green+Blue) = 178+191+190=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFBE is #4D4041. Grayscale: #BABABA. Windows color (decimal): -5062722 or 12500914. OLE color: 12500914.
HSL color Cylindrical-coordinate representation of color #B2BFBE: hue angle of 175.38º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2BFBE is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 190 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.25 |
| HSL | 175.38º | 0.09% | 0.72% | - |
| HSV(B) | 175.38º | 0.07% | 0.75% | - |
| XYZ | 46.29 | 50.44 | 56.01 | - |
| YUV | 187 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 190 | 0.07 | 0 | 0.01 | 0.25 | 175.38 | 0.09 | 0.72 |
| Hex | B2 | BF | BE | 7 | 0 | 1 | 19 | AF | 9 | 48 |
| Octal | 262 | 277 | 276 | 7 | 0 | 1 | 31 | 257 | 11 | 110 |
| Binary | 10110010 | 10111111 | 10111110 | 111 | 0 | 1 | 11001 | 10101111 | 1001 | 1001000 |
Color Harmonies of #B2BFBE
Complementary color
Monochromatic Colors of #B2BFBE
Black with #B2BFBE
Text Example
Text Example
White with #B2BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFBE; }
p { color: rgb(178,191,190); }
H1.HeaderClassName
{
color: #B2BFBE;
}
.AnyTagClassName
{
color: #B2BFBE;
}
</style>
background-color css
<style>
a { background-color: #B2BFBE; }
a { background-color: rgb(178,191,190); }
div.DivClassName
{
background-color: #B2BFBE;
}
.BgClassName
{
background-color: #B2BFBE;
}
</style>
border-color css
<style>
span { border-color: #B2BFBE; }
span { border-color: rgb(178,191,190); }
td.TdClassName
{
border-color: #B2BFBE;
}
.TagClassName
{
border-color: #B2BFBE;
}
</style>