Shades of Jungle Mist #B5CBCD
Tints of Jungle Mist #B5CBCD
RGB
CMYK
RGB Variations
Color information
#B5CBCD (or 0xB5CBCD) is known color: Jungle Mist. HEX triplet: B5, CB and CD. RGB value is (181,203,205). Sum of RGB (Red+Green+Blue) = 181+203+205=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBCD is #4A3432. Grayscale: #C4C4C4. Windows color (decimal): -4863027 or 13487029. OLE color: 13487029.
HSL color Cylindrical-coordinate representation of color #B5CBCD: hue angle of 185º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5CBCD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 205 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.20 |
| HSL | 185º | 0.19% | 0.76% | - |
| HSV(B) | 185º | 0.12% | 0.8% | - |
| XYZ | 51.43 | 56.94 | 66.04 | - |
| YUV | 196.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 205 | 0.12 | 0.01 | 0 | 0.20 | 185 | 0.19 | 0.76 |
| Hex | B5 | CB | CD | C | 1 | 0 | 14 | B9 | 13 | 4C |
| Octal | 265 | 313 | 315 | 14 | 1 | 0 | 24 | 271 | 23 | 114 |
| Binary | 10110101 | 11001011 | 11001101 | 1100 | 1 | 0 | 10100 | 10111001 | 10011 | 1001100 |
Color Harmonies of #B5CBCD
Complementary color
Monochromatic Colors of #B5CBCD
Black with #B5CBCD
Text Example
Text Example
White with #B5CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CBCD; }
p { color: rgb(181,203,205); }
H1.HeaderClassName
{
color: #B5CBCD;
}
.AnyTagClassName
{
color: #B5CBCD;
}
</style>
background-color css
<style>
a { background-color: #B5CBCD; }
a { background-color: rgb(181,203,205); }
div.DivClassName
{
background-color: #B5CBCD;
}
.BgClassName
{
background-color: #B5CBCD;
}
</style>
border-color css
<style>
span { border-color: #B5CBCD; }
span { border-color: rgb(181,203,205); }
td.TdClassName
{
border-color: #B5CBCD;
}
.TagClassName
{
border-color: #B5CBCD;
}
</style>