Shades of Jungle Mist #A5BCBD
Tints of Jungle Mist #A5BCBD
RGB
CMYK
RGB Variations
Color information
#A5BCBD (or 0xA5BCBD) is known color: Jungle Mist. HEX triplet: A5, BC and BD. RGB value is (165,188,189). Sum of RGB (Red+Green+Blue) = 165+188+189=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCBD is #5A4342. Grayscale: #B5B5B5. Windows color (decimal): -5915459 or 12434597. OLE color: 12434597.
HSL color Cylindrical-coordinate representation of color #A5BCBD: hue angle of 182.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 #A5BCBD is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 188 | 189 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.26 |
| HSL | 182.5º | 0.15% | 0.69% | - |
| HSV(B) | 182.5º | 0.13% | 0.74% | - |
| XYZ | 42.69 | 47.64 | 55.09 | - |
| YUV | 181.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 188 | 189 | 0.13 | 0.01 | 0 | 0.26 | 182.5 | 0.15 | 0.69 |
| Hex | A5 | BC | BD | D | 1 | 0 | 1A | B6 | F | 45 |
| Octal | 245 | 274 | 275 | 15 | 1 | 0 | 32 | 266 | 17 | 105 |
| Binary | 10100101 | 10111100 | 10111101 | 1101 | 1 | 0 | 11010 | 10110110 | 1111 | 1000101 |
Color Harmonies of #A5BCBD
Complementary color
Monochromatic Colors of #A5BCBD
Black with #A5BCBD
Text Example
Text Example
White with #A5BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BCBD; }
p { color: rgb(165,188,189); }
H1.HeaderClassName
{
color: #A5BCBD;
}
.AnyTagClassName
{
color: #A5BCBD;
}
</style>
background-color css
<style>
a { background-color: #A5BCBD; }
a { background-color: rgb(165,188,189); }
div.DivClassName
{
background-color: #A5BCBD;
}
.BgClassName
{
background-color: #A5BCBD;
}
</style>
border-color css
<style>
span { border-color: #A5BCBD; }
span { border-color: rgb(165,188,189); }
td.TdClassName
{
border-color: #A5BCBD;
}
.TagClassName
{
border-color: #A5BCBD;
}
</style>