Shades of Jungle Mist #A1BCBD
Tints of Jungle Mist #A1BCBD
RGB
CMYK
RGB Variations
Color information
#A1BCBD (or 0xA1BCBD) is known color: Jungle Mist. HEX triplet: A1, BC and BD. RGB value is (161,188,189). Sum of RGB (Red+Green+Blue) = 161+188+189=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #A1BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BCBD is #5E4342. Grayscale: #B4B4B4. Windows color (decimal): -6177603 or 12434593. OLE color: 12434593.
HSL color Cylindrical-coordinate representation of color #A1BCBD: hue angle of 182.14º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1BCBD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 189 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.26 |
| HSL | 182.14º | 0.18% | 0.69% | - |
| HSV(B) | 182.14º | 0.15% | 0.74% | - |
| XYZ | 41.87 | 47.22 | 55.05 | - |
| YUV | 180.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 189 | 0.15 | 0.01 | 0 | 0.26 | 182.14 | 0.18 | 0.69 |
| Hex | A1 | BC | BD | F | 1 | 0 | 1A | B6 | 12 | 45 |
| Octal | 241 | 274 | 275 | 17 | 1 | 0 | 32 | 266 | 22 | 105 |
| Binary | 10100001 | 10111100 | 10111101 | 1111 | 1 | 0 | 11010 | 10110110 | 10010 | 1000101 |
Color Harmonies of #A1BCBD
Complementary color
Monochromatic Colors of #A1BCBD
Black with #A1BCBD
Text Example
Text Example
White with #A1BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCBD; }
p { color: rgb(161,188,189); }
H1.HeaderClassName
{
color: #A1BCBD;
}
.AnyTagClassName
{
color: #A1BCBD;
}
</style>
background-color css
<style>
a { background-color: #A1BCBD; }
a { background-color: rgb(161,188,189); }
div.DivClassName
{
background-color: #A1BCBD;
}
.BgClassName
{
background-color: #A1BCBD;
}
</style>
border-color css
<style>
span { border-color: #A1BCBD; }
span { border-color: rgb(161,188,189); }
td.TdClassName
{
border-color: #A1BCBD;
}
.TagClassName
{
border-color: #A1BCBD;
}
</style>