Shades of Jungle Mist #B8CDCE
Tints of Jungle Mist #B8CDCE
RGB
CMYK
RGB Variations
Color information
#B8CDCE (or 0xB8CDCE) is known color: Jungle Mist. HEX triplet: B8, CD and CE. RGB value is (184,205,206). Sum of RGB (Red+Green+Blue) = 184+205+206=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDCE is #473231. Grayscale: #C6C6C6. Windows color (decimal): -4665906 or 13553080. OLE color: 13553080.
HSL color Cylindrical-coordinate representation of color #B8CDCE: hue angle of 182.73º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CDCE is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 205 | 206 | - |
| CMYK | 0.11 | 0.00 | 0 | 0.19 |
| HSL | 182.73º | 0.18% | 0.76% | - |
| HSV(B) | 182.73º | 0.11% | 0.81% | - |
| XYZ | 52.74 | 58.31 | 66.87 | - |
| YUV | 198.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 206 | 0.11 | 0.00 | 0 | 0.19 | 182.73 | 0.18 | 0.76 |
| Hex | B8 | CD | CE | B | 0 | 0 | 13 | B7 | 12 | 4C |
| Octal | 270 | 315 | 316 | 13 | 0 | 0 | 23 | 267 | 22 | 114 |
| Binary | 10111000 | 11001101 | 11001110 | 1011 | 0 | 0 | 10011 | 10110111 | 10010 | 1001100 |
Color Harmonies of #B8CDCE
Complementary color
Monochromatic Colors of #B8CDCE
Black with #B8CDCE
Text Example
Text Example
White with #B8CDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CDCE; }
p { color: rgb(184,205,206); }
H1.HeaderClassName
{
color: #B8CDCE;
}
.AnyTagClassName
{
color: #B8CDCE;
}
</style>
background-color css
<style>
a { background-color: #B8CDCE; }
a { background-color: rgb(184,205,206); }
div.DivClassName
{
background-color: #B8CDCE;
}
.BgClassName
{
background-color: #B8CDCE;
}
</style>
border-color css
<style>
span { border-color: #B8CDCE; }
span { border-color: rgb(184,205,206); }
td.TdClassName
{
border-color: #B8CDCE;
}
.TagClassName
{
border-color: #B8CDCE;
}
</style>