Shades of Jungle Mist #B8CBCD
Tints of Jungle Mist #B8CBCD
RGB
CMYK
RGB Variations
Color information
#B8CBCD (or 0xB8CBCD) is known color: Jungle Mist. HEX triplet: B8, CB and CD. RGB value is (184,203,205). Sum of RGB (Red+Green+Blue) = 184+203+205=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBCD is #473432. Grayscale: #C5C5C5. Windows color (decimal): -4666419 or 13487032. OLE color: 13487032.
HSL color Cylindrical-coordinate representation of color #B8CBCD: hue angle of 185.71º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CBCD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 205 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.20 |
| HSL | 185.71º | 0.17% | 0.76% | - |
| HSV(B) | 185.71º | 0.1% | 0.8% | - |
| XYZ | 52.14 | 57.31 | 66.07 | - |
| YUV | 197.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 205 | 0.10 | 0.01 | 0 | 0.20 | 185.71 | 0.17 | 0.76 |
| Hex | B8 | CB | CD | A | 1 | 0 | 14 | BA | 11 | 4C |
| Octal | 270 | 313 | 315 | 12 | 1 | 0 | 24 | 272 | 21 | 114 |
| Binary | 10111000 | 11001011 | 11001101 | 1010 | 1 | 0 | 10100 | 10111010 | 10001 | 1001100 |
Color Harmonies of #B8CBCD
Complementary color
Monochromatic Colors of #B8CBCD
Black with #B8CBCD
Text Example
Text Example
White with #B8CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBCD; }
p { color: rgb(184,203,205); }
H1.HeaderClassName
{
color: #B8CBCD;
}
.AnyTagClassName
{
color: #B8CBCD;
}
</style>
background-color css
<style>
a { background-color: #B8CBCD; }
a { background-color: rgb(184,203,205); }
div.DivClassName
{
background-color: #B8CBCD;
}
.BgClassName
{
background-color: #B8CBCD;
}
</style>
border-color css
<style>
span { border-color: #B8CBCD; }
span { border-color: rgb(184,203,205); }
td.TdClassName
{
border-color: #B8CBCD;
}
.TagClassName
{
border-color: #B8CBCD;
}
</style>