Shades of Jungle Mist #B2CDD0
Tints of Jungle Mist #B2CDD0
RGB
CMYK
RGB Variations
Color information
#B2CDD0 (or 0xB2CDD0) is known color: Jungle Mist. HEX triplet: B2, CD and D0. RGB value is (178,205,208). Sum of RGB (Red+Green+Blue) = 178+205+208=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #B2CDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDD0 is #4D322F. Grayscale: #C5C5C5. Windows color (decimal): -5059120 or 13684146. OLE color: 13684146.
HSL color Cylindrical-coordinate representation of color #B2CDD0: hue angle of 186º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CDD0 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 178 | 205 | 208 | - |
CMYK | 0.14 | 0.01 | 0 | 0.18 |
HSL | 186º | 0.24% | 0.76% | - |
HSV(B) | 186º | 0.14% | 0.82% | - |
XYZ | 51.58 | 57.68 | 68.09 | - |
YUV | 197.27 | 134.05 | 114.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 205 | 208 | 0.14 | 0.01 | 0 | 0.18 | 186 | 0.24 | 0.76 |
Hex | B2 | CD | D0 | E | 1 | 0 | 12 | BA | 18 | 4C |
Octal | 262 | 315 | 320 | 16 | 1 | 0 | 22 | 272 | 30 | 114 |
Binary | 10110010 | 11001101 | 11010000 | 1110 | 1 | 0 | 10010 | 10111010 | 11000 | 1001100 |
Color Harmonies of #B2CDD0
Complementary color
Monochromatic Colors of #B2CDD0
Black with #B2CDD0
Text Example
Text Example
White with #B2CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CDD0; }
p { color: rgb(178,205,208); }
H1.HeaderClassName
{
color: #B2CDD0;
}
.AnyTagClassName
{
color: #B2CDD0;
}
</style>
background-color css
<style>
a { background-color: #B2CDD0; }
a { background-color: rgb(178,205,208); }
div.DivClassName
{
background-color: #B2CDD0;
}
.BgClassName
{
background-color: #B2CDD0;
}
</style>
border-color css
<style>
span { border-color: #B2CDD0; }
span { border-color: rgb(178,205,208); }
td.TdClassName
{
border-color: #B2CDD0;
}
.TagClassName
{
border-color: #B2CDD0;
}
</style>