Shades of Jungle Mist #B7CBCE
Tints of Jungle Mist #B7CBCE
RGB
CMYK
RGB Variations
Color information
#B7CBCE (or 0xB7CBCE) is known color: Jungle Mist. HEX triplet: B7, CB and CE. RGB value is (183,203,206). Sum of RGB (Red+Green+Blue) = 183+203+206=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #B7CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBCE is #483431. Grayscale: #C5C5C5. Windows color (decimal): -4731954 or 13552567. OLE color: 13552567.
HSL color Cylindrical-coordinate representation of color #B7CBCE: hue angle of 187.83º degrees, saturation: 0.19, 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 #B7CBCE is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 203 | 206 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.19 |
| HSL | 187.83º | 0.19% | 0.76% | - |
| HSV(B) | 187.83º | 0.11% | 0.81% | - |
| XYZ | 52.02 | 57.24 | 66.7 | - |
| YUV | 197.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 206 | 0.11 | 0.01 | 0 | 0.19 | 187.83 | 0.19 | 0.76 |
| Hex | B7 | CB | CE | B | 1 | 0 | 13 | BC | 13 | 4C |
| Octal | 267 | 313 | 316 | 13 | 1 | 0 | 23 | 274 | 23 | 114 |
| Binary | 10110111 | 11001011 | 11001110 | 1011 | 1 | 0 | 10011 | 10111100 | 10011 | 1001100 |
Color Harmonies of #B7CBCE
Complementary color
Monochromatic Colors of #B7CBCE
Black with #B7CBCE
Text Example
Text Example
White with #B7CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBCE; }
p { color: rgb(183,203,206); }
H1.HeaderClassName
{
color: #B7CBCE;
}
.AnyTagClassName
{
color: #B7CBCE;
}
</style>
background-color css
<style>
a { background-color: #B7CBCE; }
a { background-color: rgb(183,203,206); }
div.DivClassName
{
background-color: #B7CBCE;
}
.BgClassName
{
background-color: #B7CBCE;
}
</style>
border-color css
<style>
span { border-color: #B7CBCE; }
span { border-color: rgb(183,203,206); }
td.TdClassName
{
border-color: #B7CBCE;
}
.TagClassName
{
border-color: #B7CBCE;
}
</style>