Shades of Jungle Mist #B5BFBE
Tints of Jungle Mist #B5BFBE
RGB
CMYK
RGB Variations
Color information
#B5BFBE (or 0xB5BFBE) is known color: Jungle Mist. HEX triplet: B5, BF and BE. RGB value is (181,191,190). Sum of RGB (Red+Green+Blue) = 181+191+190=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BFBE is #4A4041. Grayscale: #BBBBBB. Windows color (decimal): -4866114 or 12500917. OLE color: 12500917.
HSL color Cylindrical-coordinate representation of color #B5BFBE: hue angle of 174º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5BFBE is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 191 | 190 | - |
CMYK | 0.05 | 0 | 0.01 | 0.25 |
HSL | 174º | 0.07% | 0.73% | - |
HSV(B) | 174º | 0.05% | 0.75% | - |
XYZ | 46.98 | 50.8 | 56.05 | - |
YUV | 187.9 | 129.19 | 123.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 191 | 190 | 0.05 | 0 | 0.01 | 0.25 | 174 | 0.07 | 0.73 |
Hex | B5 | BF | BE | 5 | 0 | 1 | 19 | AE | 7 | 49 |
Octal | 265 | 277 | 276 | 5 | 0 | 1 | 31 | 256 | 7 | 111 |
Binary | 10110101 | 10111111 | 10111110 | 101 | 0 | 1 | 11001 | 10101110 | 111 | 1001001 |
Color Harmonies of #B5BFBE
Complementary color
Monochromatic Colors of #B5BFBE
Black with #B5BFBE
Text Example
Text Example
White with #B5BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFBE; }
p { color: rgb(181,191,190); }
H1.HeaderClassName
{
color: #B5BFBE;
}
.AnyTagClassName
{
color: #B5BFBE;
}
</style>
background-color css
<style>
a { background-color: #B5BFBE; }
a { background-color: rgb(181,191,190); }
div.DivClassName
{
background-color: #B5BFBE;
}
.BgClassName
{
background-color: #B5BFBE;
}
</style>
border-color css
<style>
span { border-color: #B5BFBE; }
span { border-color: rgb(181,191,190); }
td.TdClassName
{
border-color: #B5BFBE;
}
.TagClassName
{
border-color: #B5BFBE;
}
</style>