Shades of Jungle Mist #B6D1D3
Tints of Jungle Mist #B6D1D3
RGB
CMYK
RGB Variations
Color information
#B6D1D3 (or 0xB6D1D3) is known color: Jungle Mist. HEX triplet: B6, D1 and D3. RGB value is (182,209,211). Sum of RGB (Red+Green+Blue) = 182+209+211=602 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.23% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #B6D1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D1D3 is #492E2C. Grayscale: #C9C9C9. Windows color (decimal): -4795949 or 13881782. OLE color: 13881782.
HSL color Cylindrical-coordinate representation of color #B6D1D3: hue angle of 184.14º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6D1D3 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 209 | 211 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.17 |
| HSL | 184.14º | 0.25% | 0.77% | - |
| HSV(B) | 184.14º | 0.14% | 0.83% | - |
| XYZ | 53.85 | 60.25 | 70.42 | - |
| YUV | 201.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 209 | 211 | 0.14 | 0.01 | 0 | 0.17 | 184.14 | 0.25 | 0.77 |
| Hex | B6 | D1 | D3 | E | 1 | 0 | 11 | B8 | 19 | 4D |
| Octal | 266 | 321 | 323 | 16 | 1 | 0 | 21 | 270 | 31 | 115 |
| Binary | 10110110 | 11010001 | 11010011 | 1110 | 1 | 0 | 10001 | 10111000 | 11001 | 1001101 |
Color Harmonies of #B6D1D3
Complementary color
Monochromatic Colors of #B6D1D3
Black with #B6D1D3
Text Example
Text Example
White with #B6D1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D1D3; }
p { color: rgb(182,209,211); }
H1.HeaderClassName
{
color: #B6D1D3;
}
.AnyTagClassName
{
color: #B6D1D3;
}
</style>
background-color css
<style>
a { background-color: #B6D1D3; }
a { background-color: rgb(182,209,211); }
div.DivClassName
{
background-color: #B6D1D3;
}
.BgClassName
{
background-color: #B6D1D3;
}
</style>
border-color css
<style>
span { border-color: #B6D1D3; }
span { border-color: rgb(182,209,211); }
td.TdClassName
{
border-color: #B6D1D3;
}
.TagClassName
{
border-color: #B6D1D3;
}
</style>