Shades of Jungle Mist #B6CCCC
Tints of Jungle Mist #B6CCCC
RGB
CMYK
RGB Variations
Color information
#B6CCCC (or 0xB6CCCC) is known color: Jungle Mist. HEX triplet: B6, CC and CC. RGB value is (182,204,204). Sum of RGB (Red+Green+Blue) = 182+204+204=590 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.85% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #B6CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CCCC is #493333. Grayscale: #C5C5C5. Windows color (decimal): -4797236 or 13421750. OLE color: 13421750.
HSL color Cylindrical-coordinate representation of color #B6CCCC: hue angle of 180º 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 #B6CCCC is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 182 | 204 | 204 | - |
CMYK | 0.11 | 0 | 0 | 0.2 |
HSL | 180º | 0.18% | 0.76% | - |
HSV(B) | 180º | 0.11% | 0.8% | - |
XYZ | 51.78 | 57.49 | 65.49 | - |
YUV | 197.42 | 131.71 | 117 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 204 | 204 | 0.11 | 0 | 0 | 0.2 | 180 | 0.18 | 0.76 |
Hex | B6 | CC | CC | B | 0 | 0 | 14 | B4 | 12 | 4C |
Octal | 266 | 314 | 314 | 13 | 0 | 0 | 24 | 264 | 22 | 114 |
Binary | 10110110 | 11001100 | 11001100 | 1011 | 0 | 0 | 10100 | 10110100 | 10010 | 1001100 |
Color Harmonies of #B6CCCC
Complementary color
Monochromatic Colors of #B6CCCC
Black with #B6CCCC
Text Example
Text Example
White with #B6CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CCCC; }
p { color: rgb(182,204,204); }
H1.HeaderClassName
{
color: #B6CCCC;
}
.AnyTagClassName
{
color: #B6CCCC;
}
</style>
background-color css
<style>
a { background-color: #B6CCCC; }
a { background-color: rgb(182,204,204); }
div.DivClassName
{
background-color: #B6CCCC;
}
.BgClassName
{
background-color: #B6CCCC;
}
</style>
border-color css
<style>
span { border-color: #B6CCCC; }
span { border-color: rgb(182,204,204); }
td.TdClassName
{
border-color: #B6CCCC;
}
.TagClassName
{
border-color: #B6CCCC;
}
</style>