Shades of Jungle Mist #B4CBCD
Tints of Jungle Mist #B4CBCD
RGB
CMYK
RGB Variations
Color information
#B4CBCD (or 0xB4CBCD) is known color: Jungle Mist. HEX triplet: B4, CB and CD. RGB value is (180,203,205). Sum of RGB (Red+Green+Blue) = 180+203+205=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBCD is #4B3432. Grayscale: #C4C4C4. Windows color (decimal): -4928563 or 13487028. OLE color: 13487028.
HSL color Cylindrical-coordinate representation of color #B4CBCD: hue angle of 184.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4CBCD is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 203 | 205 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.20 |
| HSL | 184.8º | 0.2% | 0.75% | - |
| HSV(B) | 184.8º | 0.12% | 0.8% | - |
| XYZ | 51.2 | 56.82 | 66.03 | - |
| YUV | 196.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 205 | 0.12 | 0.01 | 0 | 0.20 | 184.8 | 0.2 | 0.75 |
| Hex | B4 | CB | CD | C | 1 | 0 | 14 | B9 | 14 | 4B |
| Octal | 264 | 313 | 315 | 14 | 1 | 0 | 24 | 271 | 24 | 113 |
| Binary | 10110100 | 11001011 | 11001101 | 1100 | 1 | 0 | 10100 | 10111001 | 10100 | 1001011 |
Color Harmonies of #B4CBCD
Complementary color
Monochromatic Colors of #B4CBCD
Black with #B4CBCD
Text Example
Text Example
White with #B4CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CBCD; }
p { color: rgb(180,203,205); }
H1.HeaderClassName
{
color: #B4CBCD;
}
.AnyTagClassName
{
color: #B4CBCD;
}
</style>
background-color css
<style>
a { background-color: #B4CBCD; }
a { background-color: rgb(180,203,205); }
div.DivClassName
{
background-color: #B4CBCD;
}
.BgClassName
{
background-color: #B4CBCD;
}
</style>
border-color css
<style>
span { border-color: #B4CBCD; }
span { border-color: rgb(180,203,205); }
td.TdClassName
{
border-color: #B4CBCD;
}
.TagClassName
{
border-color: #B4CBCD;
}
</style>