Shades of Jungle Mist #B2CDD1
Tints of Jungle Mist #B2CDD1
RGB
CMYK
RGB Variations
Color information
#B2CDD1 (or 0xB2CDD1) is known color: Jungle Mist. HEX triplet: B2, CD and D1. RGB value is (178,205,209). Sum of RGB (Red+Green+Blue) = 178+205+209=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #B2CDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDD1 is #4D322E. Grayscale: #C5C5C5. Windows color (decimal): -5059119 or 13749682. OLE color: 13749682.
HSL color Cylindrical-coordinate representation of color #B2CDD1: hue angle of 187.74º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2CDD1 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 205 | 209 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.18 |
| HSL | 187.74º | 0.25% | 0.76% | - |
| HSV(B) | 187.74º | 0.15% | 0.82% | - |
| XYZ | 51.7 | 57.73 | 68.74 | - |
| YUV | 197.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 209 | 0.15 | 0.02 | 0 | 0.18 | 187.74 | 0.25 | 0.76 |
| Hex | B2 | CD | D1 | F | 2 | 0 | 12 | BC | 19 | 4C |
| Octal | 262 | 315 | 321 | 17 | 2 | 0 | 22 | 274 | 31 | 114 |
| Binary | 10110010 | 11001101 | 11010001 | 1111 | 10 | 0 | 10010 | 10111100 | 11001 | 1001100 |
Color Harmonies of #B2CDD1
Complementary color
Monochromatic Colors of #B2CDD1
Black with #B2CDD1
Text Example
Text Example
White with #B2CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CDD1; }
p { color: rgb(178,205,209); }
H1.HeaderClassName
{
color: #B2CDD1;
}
.AnyTagClassName
{
color: #B2CDD1;
}
</style>
background-color css
<style>
a { background-color: #B2CDD1; }
a { background-color: rgb(178,205,209); }
div.DivClassName
{
background-color: #B2CDD1;
}
.BgClassName
{
background-color: #B2CDD1;
}
</style>
border-color css
<style>
span { border-color: #B2CDD1; }
span { border-color: rgb(178,205,209); }
td.TdClassName
{
border-color: #B2CDD1;
}
.TagClassName
{
border-color: #B2CDD1;
}
</style>