Shades of Jungle Mist #ADCBCF
Tints of Jungle Mist #ADCBCF
RGB
CMYK
RGB Variations
Color information
#ADCBCF (or 0xADCBCF) is known color: Jungle Mist. HEX triplet: AD, CB and CF. RGB value is (173,203,207). Sum of RGB (Red+Green+Blue) = 173+203+207=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADCBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBCF is #523430. Grayscale: #C2C2C2. Windows color (decimal): -5387313 or 13618093. OLE color: 13618093.
HSL color Cylindrical-coordinate representation of color #ADCBCF: hue angle of 187.06º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCBCF is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 203 | 207 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.19 |
| HSL | 187.06º | 0.26% | 0.75% | - |
| HSV(B) | 187.06º | 0.16% | 0.81% | - |
| XYZ | 49.85 | 56.1 | 67.23 | - |
| YUV | 194.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 207 | 0.16 | 0.02 | 0 | 0.19 | 187.06 | 0.26 | 0.75 |
| Hex | AD | CB | CF | 10 | 2 | 0 | 13 | BB | 1A | 4B |
| Octal | 255 | 313 | 317 | 20 | 2 | 0 | 23 | 273 | 32 | 113 |
| Binary | 10101101 | 11001011 | 11001111 | 10000 | 10 | 0 | 10011 | 10111011 | 11010 | 1001011 |
Color Harmonies of #ADCBCF
Complementary color
Monochromatic Colors of #ADCBCF
Black with #ADCBCF
Text Example
Text Example
White with #ADCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBCF; }
p { color: rgb(173,203,207); }
H1.HeaderClassName
{
color: #ADCBCF;
}
.AnyTagClassName
{
color: #ADCBCF;
}
</style>
background-color css
<style>
a { background-color: #ADCBCF; }
a { background-color: rgb(173,203,207); }
div.DivClassName
{
background-color: #ADCBCF;
}
.BgClassName
{
background-color: #ADCBCF;
}
</style>
border-color css
<style>
span { border-color: #ADCBCF; }
span { border-color: rgb(173,203,207); }
td.TdClassName
{
border-color: #ADCBCF;
}
.TagClassName
{
border-color: #ADCBCF;
}
</style>