Shades of Jungle Mist #A5BDBC
Tints of Jungle Mist #A5BDBC
RGB
CMYK
RGB Variations
Color information
#A5BDBC (or 0xA5BDBC) is known color: Jungle Mist. HEX triplet: A5, BD and BC. RGB value is (165,189,188). Sum of RGB (Red+Green+Blue) = 165+189+188=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BDBC is #5A4243. Grayscale: #B5B5B5. Windows color (decimal): -5915204 or 12369317. OLE color: 12369317.
HSL color Cylindrical-coordinate representation of color #A5BDBC: hue angle of 177.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5BDBC is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 189 | 188 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.26 |
| HSL | 177.5º | 0.15% | 0.69% | - |
| HSV(B) | 177.5º | 0.13% | 0.74% | - |
| XYZ | 42.79 | 48.03 | 54.59 | - |
| YUV | 181.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 189 | 188 | 0.13 | 0 | 0.01 | 0.26 | 177.5 | 0.15 | 0.69 |
| Hex | A5 | BD | BC | D | 0 | 1 | 1A | B2 | F | 45 |
| Octal | 245 | 275 | 274 | 15 | 0 | 1 | 32 | 262 | 17 | 105 |
| Binary | 10100101 | 10111101 | 10111100 | 1101 | 0 | 1 | 11010 | 10110010 | 1111 | 1000101 |
Color Harmonies of #A5BDBC
Complementary color
Monochromatic Colors of #A5BDBC
Black with #A5BDBC
Text Example
Text Example
White with #A5BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BDBC; }
p { color: rgb(165,189,188); }
H1.HeaderClassName
{
color: #A5BDBC;
}
.AnyTagClassName
{
color: #A5BDBC;
}
</style>
background-color css
<style>
a { background-color: #A5BDBC; }
a { background-color: rgb(165,189,188); }
div.DivClassName
{
background-color: #A5BDBC;
}
.BgClassName
{
background-color: #A5BDBC;
}
</style>
border-color css
<style>
span { border-color: #A5BDBC; }
span { border-color: rgb(165,189,188); }
td.TdClassName
{
border-color: #A5BDBC;
}
.TagClassName
{
border-color: #A5BDBC;
}
</style>