Shades of Jungle Mist #A1BDBD
Tints of Jungle Mist #A1BDBD
RGB
CMYK
RGB Variations
Color information
#A1BDBD (or 0xA1BDBD) is known color: Jungle Mist. HEX triplet: A1, BD and BD. RGB value is (161,189,189). Sum of RGB (Red+Green+Blue) = 161+189+189=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #A1BDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDBD is #5E4242. Grayscale: #B4B4B4. Windows color (decimal): -6177347 or 12434849. OLE color: 12434849.
HSL color Cylindrical-coordinate representation of color #A1BDBD: hue angle of 180º 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 #A1BDBD is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 189 | - |
| CMYK | 0.15 | 0 | 0 | 0.26 |
| HSL | 180º | 0.18% | 0.69% | - |
| HSV(B) | 180º | 0.15% | 0.74% | - |
| XYZ | 42.08 | 47.65 | 55.12 | - |
| YUV | 180.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 189 | 0.15 | 0 | 0 | 0.26 | 180 | 0.18 | 0.69 |
| Hex | A1 | BD | BD | F | 0 | 0 | 1A | B4 | 12 | 45 |
| Octal | 241 | 275 | 275 | 17 | 0 | 0 | 32 | 264 | 22 | 105 |
| Binary | 10100001 | 10111101 | 10111101 | 1111 | 0 | 0 | 11010 | 10110100 | 10010 | 1000101 |
Color Harmonies of #A1BDBD
Complementary color
Monochromatic Colors of #A1BDBD
Black with #A1BDBD
Text Example
Text Example
White with #A1BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDBD; }
p { color: rgb(161,189,189); }
H1.HeaderClassName
{
color: #A1BDBD;
}
.AnyTagClassName
{
color: #A1BDBD;
}
</style>
background-color css
<style>
a { background-color: #A1BDBD; }
a { background-color: rgb(161,189,189); }
div.DivClassName
{
background-color: #A1BDBD;
}
.BgClassName
{
background-color: #A1BDBD;
}
</style>
border-color css
<style>
span { border-color: #A1BDBD; }
span { border-color: rgb(161,189,189); }
td.TdClassName
{
border-color: #A1BDBD;
}
.TagClassName
{
border-color: #A1BDBD;
}
</style>