Shades of Jungle Mist #A1BDBF
Tints of Jungle Mist #A1BDBF
RGB
CMYK
RGB Variations
Color information
#A1BDBF (or 0xA1BDBF) is known color: Jungle Mist. HEX triplet: A1, BD and BF. RGB value is (161,189,191). Sum of RGB (Red+Green+Blue) = 161+189+191=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #A1BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BDBF is #5E4240. Grayscale: #B4B4B4. Windows color (decimal): -6177345 or 12565921. OLE color: 12565921.
HSL color Cylindrical-coordinate representation of color #A1BDBF: hue angle of 184º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BDBF is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 189 | 191 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.25 |
| HSL | 184º | 0.19% | 0.69% | - |
| HSV(B) | 184º | 0.16% | 0.75% | - |
| XYZ | 42.3 | 47.73 | 56.27 | - |
| YUV | 180.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 191 | 0.16 | 0.01 | 0 | 0.25 | 184 | 0.19 | 0.69 |
| Hex | A1 | BD | BF | 10 | 1 | 0 | 19 | B8 | 13 | 45 |
| Octal | 241 | 275 | 277 | 20 | 1 | 0 | 31 | 270 | 23 | 105 |
| Binary | 10100001 | 10111101 | 10111111 | 10000 | 1 | 0 | 11001 | 10111000 | 10011 | 1000101 |
Color Harmonies of #A1BDBF
Complementary color
Monochromatic Colors of #A1BDBF
Black with #A1BDBF
Text Example
Text Example
White with #A1BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BDBF; }
p { color: rgb(161,189,191); }
H1.HeaderClassName
{
color: #A1BDBF;
}
.AnyTagClassName
{
color: #A1BDBF;
}
</style>
background-color css
<style>
a { background-color: #A1BDBF; }
a { background-color: rgb(161,189,191); }
div.DivClassName
{
background-color: #A1BDBF;
}
.BgClassName
{
background-color: #A1BDBF;
}
</style>
border-color css
<style>
span { border-color: #A1BDBF; }
span { border-color: rgb(161,189,191); }
td.TdClassName
{
border-color: #A1BDBF;
}
.TagClassName
{
border-color: #A1BDBF;
}
</style>