Shades of Jungle Mist #B0CBCB
Tints of Jungle Mist #B0CBCB
RGB
CMYK
RGB Variations
Color information
#B0CBCB (or 0xB0CBCB) is known color: Jungle Mist. HEX triplet: B0, CB and CB. RGB value is (176,203,203). Sum of RGB (Red+Green+Blue) = 176+203+203=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #B0CBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBCB is #4F3434. Grayscale: #C2C2C2. Windows color (decimal): -5190709 or 13355952. OLE color: 13355952.
HSL color Cylindrical-coordinate representation of color #B0CBCB: hue angle of 180º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0CBCB is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 203 | - |
| CMYK | 0.13 | 0 | 0 | 0.20 |
| HSL | 180º | 0.21% | 0.74% | - |
| HSV(B) | 180º | 0.13% | 0.8% | - |
| XYZ | 50.04 | 56.25 | 64.72 | - |
| YUV | 194.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 203 | 0.13 | 0 | 0 | 0.20 | 180 | 0.21 | 0.74 |
| Hex | B0 | CB | CB | D | 0 | 0 | 14 | B4 | 15 | 4A |
| Octal | 260 | 313 | 313 | 15 | 0 | 0 | 24 | 264 | 25 | 112 |
| Binary | 10110000 | 11001011 | 11001011 | 1101 | 0 | 0 | 10100 | 10110100 | 10101 | 1001010 |
Color Harmonies of #B0CBCB
Complementary color
Monochromatic Colors of #B0CBCB
Black with #B0CBCB
Text Example
Text Example
White with #B0CBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CBCB; }
p { color: rgb(176,203,203); }
H1.HeaderClassName
{
color: #B0CBCB;
}
.AnyTagClassName
{
color: #B0CBCB;
}
</style>
background-color css
<style>
a { background-color: #B0CBCB; }
a { background-color: rgb(176,203,203); }
div.DivClassName
{
background-color: #B0CBCB;
}
.BgClassName
{
background-color: #B0CBCB;
}
</style>
border-color css
<style>
span { border-color: #B0CBCB; }
span { border-color: rgb(176,203,203); }
td.TdClassName
{
border-color: #B0CBCB;
}
.TagClassName
{
border-color: #B0CBCB;
}
</style>