Shades of Jungle Mist #B7CBCD
Tints of Jungle Mist #B7CBCD
RGB
CMYK
RGB Variations
Color information
#B7CBCD (or 0xB7CBCD) is known color: Jungle Mist. HEX triplet: B7, CB and CD. RGB value is (183,203,205). Sum of RGB (Red+Green+Blue) = 183+203+205=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBCD is #483432. Grayscale: #C5C5C5. Windows color (decimal): -4731955 or 13487031. OLE color: 13487031.
HSL color Cylindrical-coordinate representation of color #B7CBCD: hue angle of 185.45º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CBCD is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 205 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.20 |
| HSL | 185.45º | 0.18% | 0.76% | - |
| HSV(B) | 185.45º | 0.11% | 0.8% | - |
| XYZ | 51.9 | 57.19 | 66.06 | - |
| YUV | 197.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 205 | 0.11 | 0.01 | 0 | 0.20 | 185.45 | 0.18 | 0.76 |
| Hex | B7 | CB | CD | B | 1 | 0 | 14 | B9 | 12 | 4C |
| Octal | 267 | 313 | 315 | 13 | 1 | 0 | 24 | 271 | 22 | 114 |
| Binary | 10110111 | 11001011 | 11001101 | 1011 | 1 | 0 | 10100 | 10111001 | 10010 | 1001100 |
Color Harmonies of #B7CBCD
Complementary color
Monochromatic Colors of #B7CBCD
Black with #B7CBCD
Text Example
Text Example
White with #B7CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBCD; }
p { color: rgb(183,203,205); }
H1.HeaderClassName
{
color: #B7CBCD;
}
.AnyTagClassName
{
color: #B7CBCD;
}
</style>
background-color css
<style>
a { background-color: #B7CBCD; }
a { background-color: rgb(183,203,205); }
div.DivClassName
{
background-color: #B7CBCD;
}
.BgClassName
{
background-color: #B7CBCD;
}
</style>
border-color css
<style>
span { border-color: #B7CBCD; }
span { border-color: rgb(183,203,205); }
td.TdClassName
{
border-color: #B7CBCD;
}
.TagClassName
{
border-color: #B7CBCD;
}
</style>