Shades of Jungle Mist #B0BFC1
Tints of Jungle Mist #B0BFC1
RGB
CMYK
RGB Variations
Color information
#B0BFC1 (or 0xB0BFC1) is known color: Jungle Mist. HEX triplet: B0, BF and C1. RGB value is (176,191,193). Sum of RGB (Red+Green+Blue) = 176+191+193=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BFC1 is #4F403E. Grayscale: #BABABA. Windows color (decimal): -5193791 or 12697520. OLE color: 12697520.
HSL color Cylindrical-coordinate representation of color #B0BFC1: hue angle of 187.06º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0BFC1 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 191 | 193 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.24 |
| HSL | 187.06º | 0.12% | 0.72% | - |
| HSV(B) | 187.06º | 0.09% | 0.76% | - |
| XYZ | 46.16 | 50.34 | 57.74 | - |
| YUV | 186.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 193 | 0.09 | 0.01 | 0 | 0.24 | 187.06 | 0.12 | 0.72 |
| Hex | B0 | BF | C1 | 9 | 1 | 0 | 18 | BB | C | 48 |
| Octal | 260 | 277 | 301 | 11 | 1 | 0 | 30 | 273 | 14 | 110 |
| Binary | 10110000 | 10111111 | 11000001 | 1001 | 1 | 0 | 11000 | 10111011 | 1100 | 1001000 |
Color Harmonies of #B0BFC1
Complementary color
Monochromatic Colors of #B0BFC1
Black with #B0BFC1
Text Example
Text Example
White with #B0BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BFC1; }
p { color: rgb(176,191,193); }
H1.HeaderClassName
{
color: #B0BFC1;
}
.AnyTagClassName
{
color: #B0BFC1;
}
</style>
background-color css
<style>
a { background-color: #B0BFC1; }
a { background-color: rgb(176,191,193); }
div.DivClassName
{
background-color: #B0BFC1;
}
.BgClassName
{
background-color: #B0BFC1;
}
</style>
border-color css
<style>
span { border-color: #B0BFC1; }
span { border-color: rgb(176,191,193); }
td.TdClassName
{
border-color: #B0BFC1;
}
.TagClassName
{
border-color: #B0BFC1;
}
</style>