Shades of Jungle Mist #B8CCCD
Tints of Jungle Mist #B8CCCD
RGB
CMYK
RGB Variations
Color information
#B8CCCD (or 0xB8CCCD) is known color: Jungle Mist. HEX triplet: B8, CC and CD. RGB value is (184,204,205). Sum of RGB (Red+Green+Blue) = 184+204+205=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 205 (80.47% from 255 or 34.57% from 593); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCCD is #473332. Grayscale: #C6C6C6. Windows color (decimal): -4666163 or 13487288. OLE color: 13487288.
HSL color Cylindrical-coordinate representation of color #B8CCCD: hue angle of 182.86º 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 #B8CCCD is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 204 | 205 | - |
| CMYK | 0.10 | 0.00 | 0 | 0.20 |
| HSL | 182.86º | 0.17% | 0.76% | - |
| HSV(B) | 182.86º | 0.1% | 0.8% | - |
| XYZ | 52.38 | 57.78 | 66.15 | - |
| YUV | 198.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 205 | 0.10 | 0.00 | 0 | 0.20 | 182.86 | 0.17 | 0.76 |
| Hex | B8 | CC | CD | A | 0 | 0 | 14 | B7 | 11 | 4C |
| Octal | 270 | 314 | 315 | 12 | 0 | 0 | 24 | 267 | 21 | 114 |
| Binary | 10111000 | 11001100 | 11001101 | 1010 | 0 | 0 | 10100 | 10110111 | 10001 | 1001100 |
Color Harmonies of #B8CCCD
Complementary color
Monochromatic Colors of #B8CCCD
Black with #B8CCCD
Text Example
Text Example
White with #B8CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CCCD; }
p { color: rgb(184,204,205); }
H1.HeaderClassName
{
color: #B8CCCD;
}
.AnyTagClassName
{
color: #B8CCCD;
}
</style>
background-color css
<style>
a { background-color: #B8CCCD; }
a { background-color: rgb(184,204,205); }
div.DivClassName
{
background-color: #B8CCCD;
}
.BgClassName
{
background-color: #B8CCCD;
}
</style>
border-color css
<style>
span { border-color: #B8CCCD; }
span { border-color: rgb(184,204,205); }
td.TdClassName
{
border-color: #B8CCCD;
}
.TagClassName
{
border-color: #B8CCCD;
}
</style>