Shades of Jungle Mist #B6CCCB
Tints of Jungle Mist #B6CCCB
RGB
CMYK
RGB Variations
Color information
#B6CCCB (or 0xB6CCCB) is known color: Jungle Mist. HEX triplet: B6, CC and CB. RGB value is (182,204,203). Sum of RGB (Red+Green+Blue) = 182+204+203=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCCB is #493334. Grayscale: #C5C5C5. Windows color (decimal): -4797237 or 13356214. OLE color: 13356214.
HSL color Cylindrical-coordinate representation of color #B6CCCB: hue angle of 177.27º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CCCB is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 204 | 203 | - |
| CMYK | 0.11 | 0 | 0.00 | 0.2 |
| HSL | 177.27º | 0.18% | 0.76% | - |
| HSV(B) | 177.27º | 0.11% | 0.8% | - |
| XYZ | 51.66 | 57.44 | 64.86 | - |
| YUV | 197.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 203 | 0.11 | 0 | 0.00 | 0.2 | 177.27 | 0.18 | 0.76 |
| Hex | B6 | CC | CB | B | 0 | 0 | 14 | B1 | 12 | 4C |
| Octal | 266 | 314 | 313 | 13 | 0 | 0 | 24 | 261 | 22 | 114 |
| Binary | 10110110 | 11001100 | 11001011 | 1011 | 0 | 0 | 10100 | 10110001 | 10010 | 1001100 |
Color Harmonies of #B6CCCB
Complementary color
Monochromatic Colors of #B6CCCB
Black with #B6CCCB
Text Example
Text Example
White with #B6CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CCCB; }
p { color: rgb(182,204,203); }
H1.HeaderClassName
{
color: #B6CCCB;
}
.AnyTagClassName
{
color: #B6CCCB;
}
</style>
background-color css
<style>
a { background-color: #B6CCCB; }
a { background-color: rgb(182,204,203); }
div.DivClassName
{
background-color: #B6CCCB;
}
.BgClassName
{
background-color: #B6CCCB;
}
</style>
border-color css
<style>
span { border-color: #B6CCCB; }
span { border-color: rgb(182,204,203); }
td.TdClassName
{
border-color: #B6CCCB;
}
.TagClassName
{
border-color: #B6CCCB;
}
</style>