Shades of Jungle Mist #B7CDD0
Tints of Jungle Mist #B7CDD0
RGB
CMYK
RGB Variations
Color information
#B7CDD0 (or 0xB7CDD0) is known color: Jungle Mist. HEX triplet: B7, CD and D0. RGB value is (183,205,208). Sum of RGB (Red+Green+Blue) = 183+205+208=596 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.70% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDD0 is #48322F. Grayscale: #C6C6C6. Windows color (decimal): -4731440 or 13684151. OLE color: 13684151.
HSL color Cylindrical-coordinate representation of color #B7CDD0: hue angle of 187.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7CDD0 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 205 | 208 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.18 |
| HSL | 187.2º | 0.21% | 0.77% | - |
| HSV(B) | 187.2º | 0.12% | 0.82% | - |
| XYZ | 52.74 | 58.28 | 68.14 | - |
| YUV | 198.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 208 | 0.12 | 0.01 | 0 | 0.18 | 187.2 | 0.21 | 0.77 |
| Hex | B7 | CD | D0 | C | 1 | 0 | 12 | BB | 15 | 4D |
| Octal | 267 | 315 | 320 | 14 | 1 | 0 | 22 | 273 | 25 | 115 |
| Binary | 10110111 | 11001101 | 11010000 | 1100 | 1 | 0 | 10010 | 10111011 | 10101 | 1001101 |
Color Harmonies of #B7CDD0
Complementary color
Monochromatic Colors of #B7CDD0
Black with #B7CDD0
Text Example
Text Example
White with #B7CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDD0; }
p { color: rgb(183,205,208); }
H1.HeaderClassName
{
color: #B7CDD0;
}
.AnyTagClassName
{
color: #B7CDD0;
}
</style>
background-color css
<style>
a { background-color: #B7CDD0; }
a { background-color: rgb(183,205,208); }
div.DivClassName
{
background-color: #B7CDD0;
}
.BgClassName
{
background-color: #B7CDD0;
}
</style>
border-color css
<style>
span { border-color: #B7CDD0; }
span { border-color: rgb(183,205,208); }
td.TdClassName
{
border-color: #B7CDD0;
}
.TagClassName
{
border-color: #B7CDD0;
}
</style>