Shades of Jungle Mist #B3C8CB
Tints of Jungle Mist #B3C8CB
RGB
CMYK
RGB Variations
Color information
#B3C8CB (or 0xB3C8CB) is known color: Jungle Mist. HEX triplet: B3, C8 and CB. RGB value is (179,200,203). Sum of RGB (Red+Green+Blue) = 179+200+203=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3C8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C8CB is #4C3734. Grayscale: #C2C2C2. Windows color (decimal): -4994869 or 13355187. OLE color: 13355187.
HSL color Cylindrical-coordinate representation of color #B3C8CB: hue angle of 187.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3C8CB is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 200 | 203 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.20 |
| HSL | 187.5º | 0.19% | 0.75% | - |
| HSV(B) | 187.5º | 0.12% | 0.8% | - |
| XYZ | 50.02 | 55.2 | 64.52 | - |
| YUV | 194.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 203 | 0.12 | 0.01 | 0 | 0.20 | 187.5 | 0.19 | 0.75 |
| Hex | B3 | C8 | CB | C | 1 | 0 | 14 | BC | 13 | 4B |
| Octal | 263 | 310 | 313 | 14 | 1 | 0 | 24 | 274 | 23 | 113 |
| Binary | 10110011 | 11001000 | 11001011 | 1100 | 1 | 0 | 10100 | 10111100 | 10011 | 1001011 |
Color Harmonies of #B3C8CB
Complementary color
Monochromatic Colors of #B3C8CB
Black with #B3C8CB
Text Example
Text Example
White with #B3C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C8CB; }
p { color: rgb(179,200,203); }
H1.HeaderClassName
{
color: #B3C8CB;
}
.AnyTagClassName
{
color: #B3C8CB;
}
</style>
background-color css
<style>
a { background-color: #B3C8CB; }
a { background-color: rgb(179,200,203); }
div.DivClassName
{
background-color: #B3C8CB;
}
.BgClassName
{
background-color: #B3C8CB;
}
</style>
border-color css
<style>
span { border-color: #B3C8CB; }
span { border-color: rgb(179,200,203); }
td.TdClassName
{
border-color: #B3C8CB;
}
.TagClassName
{
border-color: #B3C8CB;
}
</style>