Shades of Jungle Mist #A3BCBD
Tints of Jungle Mist #A3BCBD
RGB
CMYK
RGB Variations
Color information
#A3BCBD (or 0xA3BCBD) is known color: Jungle Mist. HEX triplet: A3, BC and BD. RGB value is (163,188,189). Sum of RGB (Red+Green+Blue) = 163+188+189=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #A3BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BCBD is #5C4342. Grayscale: #B4B4B4. Windows color (decimal): -6046531 or 12434595. OLE color: 12434595.
HSL color Cylindrical-coordinate representation of color #A3BCBD: hue angle of 182.31º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3BCBD is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 188 | 189 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.26 |
| HSL | 182.31º | 0.16% | 0.69% | - |
| HSV(B) | 182.31º | 0.14% | 0.74% | - |
| XYZ | 42.27 | 47.43 | 55.07 | - |
| YUV | 180.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 188 | 189 | 0.14 | 0.01 | 0 | 0.26 | 182.31 | 0.16 | 0.69 |
| Hex | A3 | BC | BD | E | 1 | 0 | 1A | B6 | 10 | 45 |
| Octal | 243 | 274 | 275 | 16 | 1 | 0 | 32 | 266 | 20 | 105 |
| Binary | 10100011 | 10111100 | 10111101 | 1110 | 1 | 0 | 11010 | 10110110 | 10000 | 1000101 |
Color Harmonies of #A3BCBD
Complementary color
Monochromatic Colors of #A3BCBD
Black with #A3BCBD
Text Example
Text Example
White with #A3BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BCBD; }
p { color: rgb(163,188,189); }
H1.HeaderClassName
{
color: #A3BCBD;
}
.AnyTagClassName
{
color: #A3BCBD;
}
</style>
background-color css
<style>
a { background-color: #A3BCBD; }
a { background-color: rgb(163,188,189); }
div.DivClassName
{
background-color: #A3BCBD;
}
.BgClassName
{
background-color: #A3BCBD;
}
</style>
border-color css
<style>
span { border-color: #A3BCBD; }
span { border-color: rgb(163,188,189); }
td.TdClassName
{
border-color: #A3BCBD;
}
.TagClassName
{
border-color: #A3BCBD;
}
</style>