Shades of Jungle Mist #B7C8CB
Tints of Jungle Mist #B7C8CB
RGB
CMYK
RGB Variations
Color information
#B7C8CB (or 0xB7C8CB) is known color: Jungle Mist. HEX triplet: B7, C8 and CB. RGB value is (183,200,203). Sum of RGB (Red+Green+Blue) = 183+200+203=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7C8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C8CB is #483734. Grayscale: #C3C3C3. Windows color (decimal): -4732725 or 13355191. OLE color: 13355191.
HSL color Cylindrical-coordinate representation of color #B7C8CB: hue angle of 189º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7C8CB is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 200 | 203 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.20 |
| HSL | 189º | 0.16% | 0.76% | - |
| HSV(B) | 189º | 0.1% | 0.8% | - |
| XYZ | 50.96 | 55.69 | 64.56 | - |
| YUV | 195.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 200 | 203 | 0.10 | 0.01 | 0 | 0.20 | 189 | 0.16 | 0.76 |
| Hex | B7 | C8 | CB | A | 1 | 0 | 14 | BD | 10 | 4C |
| Octal | 267 | 310 | 313 | 12 | 1 | 0 | 24 | 275 | 20 | 114 |
| Binary | 10110111 | 11001000 | 11001011 | 1010 | 1 | 0 | 10100 | 10111101 | 10000 | 1001100 |
Color Harmonies of #B7C8CB
Complementary color
Monochromatic Colors of #B7C8CB
Black with #B7C8CB
Text Example
Text Example
White with #B7C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C8CB; }
p { color: rgb(183,200,203); }
H1.HeaderClassName
{
color: #B7C8CB;
}
.AnyTagClassName
{
color: #B7C8CB;
}
</style>
background-color css
<style>
a { background-color: #B7C8CB; }
a { background-color: rgb(183,200,203); }
div.DivClassName
{
background-color: #B7C8CB;
}
.BgClassName
{
background-color: #B7C8CB;
}
</style>
border-color css
<style>
span { border-color: #B7C8CB; }
span { border-color: rgb(183,200,203); }
td.TdClassName
{
border-color: #B7C8CB;
}
.TagClassName
{
border-color: #B7C8CB;
}
</style>