Shades of Jungle Mist #B5CECD
Tints of Jungle Mist #B5CECD
RGB
CMYK
RGB Variations
Color information
#B5CECD (or 0xB5CECD) is known color: Jungle Mist. HEX triplet: B5, CE and CD. RGB value is (181,206,205). Sum of RGB (Red+Green+Blue) = 181+206+205=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CECD is #4A3132. Grayscale: #C6C6C6. Windows color (decimal): -4862259 or 13487797. OLE color: 13487797.
HSL color Cylindrical-coordinate representation of color #B5CECD: hue angle of 177.6º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CECD is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 205 | - |
| CMYK | 0.12 | 0 | 0.00 | 0.19 |
| HSL | 177.6º | 0.2% | 0.76% | - |
| HSV(B) | 177.6º | 0.12% | 0.81% | - |
| XYZ | 52.15 | 58.37 | 66.28 | - |
| YUV | 198.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 205 | 0.12 | 0 | 0.00 | 0.19 | 177.6 | 0.2 | 0.76 |
| Hex | B5 | CE | CD | C | 0 | 0 | 13 | B2 | 14 | 4C |
| Octal | 265 | 316 | 315 | 14 | 0 | 0 | 23 | 262 | 24 | 114 |
| Binary | 10110101 | 11001110 | 11001101 | 1100 | 0 | 0 | 10011 | 10110010 | 10100 | 1001100 |
Color Harmonies of #B5CECD
Complementary color
Monochromatic Colors of #B5CECD
Black with #B5CECD
Text Example
Text Example
White with #B5CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CECD; }
p { color: rgb(181,206,205); }
H1.HeaderClassName
{
color: #B5CECD;
}
.AnyTagClassName
{
color: #B5CECD;
}
</style>
background-color css
<style>
a { background-color: #B5CECD; }
a { background-color: rgb(181,206,205); }
div.DivClassName
{
background-color: #B5CECD;
}
.BgClassName
{
background-color: #B5CECD;
}
</style>
border-color css
<style>
span { border-color: #B5CECD; }
span { border-color: rgb(181,206,205); }
td.TdClassName
{
border-color: #B5CECD;
}
.TagClassName
{
border-color: #B5CECD;
}
</style>