Shades of Jungle Mist #A3BEBF
Tints of Jungle Mist #A3BEBF
RGB
CMYK
RGB Variations
Color information
#A3BEBF (or 0xA3BEBF) is known color: Jungle Mist. HEX triplet: A3, BE and BF. RGB value is (163,190,191). Sum of RGB (Red+Green+Blue) = 163+190+191=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #A3BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEBF is #5C4140. Grayscale: #B6B6B6. Windows color (decimal): -6046017 or 12566179. OLE color: 12566179.
HSL color Cylindrical-coordinate representation of color #A3BEBF: hue angle of 182.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3BEBF is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 190 | 191 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.25 |
| HSL | 182.14º | 0.18% | 0.69% | - |
| HSV(B) | 182.14º | 0.15% | 0.75% | - |
| XYZ | 42.92 | 48.38 | 56.37 | - |
| YUV | 182.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 191 | 0.15 | 0.01 | 0 | 0.25 | 182.14 | 0.18 | 0.69 |
| Hex | A3 | BE | BF | F | 1 | 0 | 19 | B6 | 12 | 45 |
| Octal | 243 | 276 | 277 | 17 | 1 | 0 | 31 | 266 | 22 | 105 |
| Binary | 10100011 | 10111110 | 10111111 | 1111 | 1 | 0 | 11001 | 10110110 | 10010 | 1000101 |
Color Harmonies of #A3BEBF
Complementary color
Monochromatic Colors of #A3BEBF
Black with #A3BEBF
Text Example
Text Example
White with #A3BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BEBF; }
p { color: rgb(163,190,191); }
H1.HeaderClassName
{
color: #A3BEBF;
}
.AnyTagClassName
{
color: #A3BEBF;
}
</style>
background-color css
<style>
a { background-color: #A3BEBF; }
a { background-color: rgb(163,190,191); }
div.DivClassName
{
background-color: #A3BEBF;
}
.BgClassName
{
background-color: #A3BEBF;
}
</style>
border-color css
<style>
span { border-color: #A3BEBF; }
span { border-color: rgb(163,190,191); }
td.TdClassName
{
border-color: #A3BEBF;
}
.TagClassName
{
border-color: #A3BEBF;
}
</style>