Shades of Jungle Mist #B3CECE
Tints of Jungle Mist #B3CECE
RGB
CMYK
RGB Variations
Color information
#B3CECE (or 0xB3CECE) is known color: Jungle Mist. HEX triplet: B3, CE and CE. RGB value is (179,206,206). Sum of RGB (Red+Green+Blue) = 179+206+206=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #B3CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CECE is #4C3131. Grayscale: #C5C5C5. Windows color (decimal): -4993330 or 13553331. OLE color: 13553331.
HSL color Cylindrical-coordinate representation of color #B3CECE: hue angle of 180º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3CECE is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 206 | - |
| CMYK | 0.13 | 0 | 0 | 0.19 |
| HSL | 180º | 0.22% | 0.75% | - |
| HSV(B) | 180º | 0.13% | 0.81% | - |
| XYZ | 51.8 | 58.18 | 66.89 | - |
| YUV | 197.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 206 | 0.13 | 0 | 0 | 0.19 | 180 | 0.22 | 0.75 |
| Hex | B3 | CE | CE | D | 0 | 0 | 13 | B4 | 16 | 4B |
| Octal | 263 | 316 | 316 | 15 | 0 | 0 | 23 | 264 | 26 | 113 |
| Binary | 10110011 | 11001110 | 11001110 | 1101 | 0 | 0 | 10011 | 10110100 | 10110 | 1001011 |
Color Harmonies of #B3CECE
Complementary color
Monochromatic Colors of #B3CECE
Black with #B3CECE
Text Example
Text Example
White with #B3CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CECE; }
p { color: rgb(179,206,206); }
H1.HeaderClassName
{
color: #B3CECE;
}
.AnyTagClassName
{
color: #B3CECE;
}
</style>
background-color css
<style>
a { background-color: #B3CECE; }
a { background-color: rgb(179,206,206); }
div.DivClassName
{
background-color: #B3CECE;
}
.BgClassName
{
background-color: #B3CECE;
}
</style>
border-color css
<style>
span { border-color: #B3CECE; }
span { border-color: rgb(179,206,206); }
td.TdClassName
{
border-color: #B3CECE;
}
.TagClassName
{
border-color: #B3CECE;
}
</style>