Shades of Jungle Mist #B8CBCE
Tints of Jungle Mist #B8CBCE
RGB
CMYK
RGB Variations
Color information
#B8CBCE (or 0xB8CBCE) is known color: Jungle Mist. HEX triplet: B8, CB and CE. RGB value is (184,203,206). Sum of RGB (Red+Green+Blue) = 184+203+206=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBCE is #473431. Grayscale: #C5C5C5. Windows color (decimal): -4666418 or 13552568. OLE color: 13552568.
HSL color Cylindrical-coordinate representation of color #B8CBCE: hue angle of 188.18º 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 #B8CBCE is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 203 | 206 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.19 |
| HSL | 188.18º | 0.18% | 0.76% | - |
| HSV(B) | 188.18º | 0.11% | 0.81% | - |
| XYZ | 52.26 | 57.36 | 66.71 | - |
| YUV | 197.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 206 | 0.11 | 0.01 | 0 | 0.19 | 188.18 | 0.18 | 0.76 |
| Hex | B8 | CB | CE | B | 1 | 0 | 13 | BC | 12 | 4C |
| Octal | 270 | 313 | 316 | 13 | 1 | 0 | 23 | 274 | 22 | 114 |
| Binary | 10111000 | 11001011 | 11001110 | 1011 | 1 | 0 | 10011 | 10111100 | 10010 | 1001100 |
Color Harmonies of #B8CBCE
Complementary color
Monochromatic Colors of #B8CBCE
Black with #B8CBCE
Text Example
Text Example
White with #B8CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBCE; }
p { color: rgb(184,203,206); }
H1.HeaderClassName
{
color: #B8CBCE;
}
.AnyTagClassName
{
color: #B8CBCE;
}
</style>
background-color css
<style>
a { background-color: #B8CBCE; }
a { background-color: rgb(184,203,206); }
div.DivClassName
{
background-color: #B8CBCE;
}
.BgClassName
{
background-color: #B8CBCE;
}
</style>
border-color css
<style>
span { border-color: #B8CBCE; }
span { border-color: rgb(184,203,206); }
td.TdClassName
{
border-color: #B8CBCE;
}
.TagClassName
{
border-color: #B8CBCE;
}
</style>