Shades of Jungle Mist #B0CBCE
Tints of Jungle Mist #B0CBCE
RGB
CMYK
RGB Variations
Color information
#B0CBCE (or 0xB0CBCE) is known color: Jungle Mist. HEX triplet: B0, CB and CE. RGB value is (176,203,206). Sum of RGB (Red+Green+Blue) = 176+203+206=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0CBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBCE is #4F3431. Grayscale: #C3C3C3. Windows color (decimal): -5190706 or 13552560. OLE color: 13552560.
HSL color Cylindrical-coordinate representation of color #B0CBCE: hue angle of 186º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CBCE is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 203 | 206 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.19 |
| HSL | 186º | 0.23% | 0.75% | - |
| HSV(B) | 186º | 0.15% | 0.81% | - |
| XYZ | 50.4 | 56.4 | 66.62 | - |
| YUV | 195.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 206 | 0.15 | 0.01 | 0 | 0.19 | 186 | 0.23 | 0.75 |
| Hex | B0 | CB | CE | F | 1 | 0 | 13 | BA | 17 | 4B |
| Octal | 260 | 313 | 316 | 17 | 1 | 0 | 23 | 272 | 27 | 113 |
| Binary | 10110000 | 11001011 | 11001110 | 1111 | 1 | 0 | 10011 | 10111010 | 10111 | 1001011 |
Color Harmonies of #B0CBCE
Complementary color
Monochromatic Colors of #B0CBCE
Black with #B0CBCE
Text Example
Text Example
White with #B0CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CBCE; }
p { color: rgb(176,203,206); }
H1.HeaderClassName
{
color: #B0CBCE;
}
.AnyTagClassName
{
color: #B0CBCE;
}
</style>
background-color css
<style>
a { background-color: #B0CBCE; }
a { background-color: rgb(176,203,206); }
div.DivClassName
{
background-color: #B0CBCE;
}
.BgClassName
{
background-color: #B0CBCE;
}
</style>
border-color css
<style>
span { border-color: #B0CBCE; }
span { border-color: rgb(176,203,206); }
td.TdClassName
{
border-color: #B0CBCE;
}
.TagClassName
{
border-color: #B0CBCE;
}
</style>