Shades of Jungle Mist #A7BFC1
Tints of Jungle Mist #A7BFC1
RGB
CMYK
RGB Variations
Color information
#A7BFC1 (or 0xA7BFC1) is known color: Jungle Mist. HEX triplet: A7, BF and C1. RGB value is (167,191,193). Sum of RGB (Red+Green+Blue) = 167+191+193=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #A7BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFC1 is #58403E. Grayscale: #B8B8B8. Windows color (decimal): -5783615 or 12697511. OLE color: 12697511.
HSL color Cylindrical-coordinate representation of color #A7BFC1: hue angle of 184.62º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7BFC1 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 191 | 193 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.24 |
| HSL | 184.62º | 0.17% | 0.71% | - |
| HSV(B) | 184.62º | 0.13% | 0.76% | - |
| XYZ | 44.19 | 49.33 | 57.64 | - |
| YUV | 184.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 191 | 193 | 0.13 | 0.01 | 0 | 0.24 | 184.62 | 0.17 | 0.71 |
| Hex | A7 | BF | C1 | D | 1 | 0 | 18 | B9 | 11 | 47 |
| Octal | 247 | 277 | 301 | 15 | 1 | 0 | 30 | 271 | 21 | 107 |
| Binary | 10100111 | 10111111 | 11000001 | 1101 | 1 | 0 | 11000 | 10111001 | 10001 | 1000111 |
Color Harmonies of #A7BFC1
Complementary color
Monochromatic Colors of #A7BFC1
Black with #A7BFC1
Text Example
Text Example
White with #A7BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BFC1; }
p { color: rgb(167,191,193); }
H1.HeaderClassName
{
color: #A7BFC1;
}
.AnyTagClassName
{
color: #A7BFC1;
}
</style>
background-color css
<style>
a { background-color: #A7BFC1; }
a { background-color: rgb(167,191,193); }
div.DivClassName
{
background-color: #A7BFC1;
}
.BgClassName
{
background-color: #A7BFC1;
}
</style>
border-color css
<style>
span { border-color: #A7BFC1; }
span { border-color: rgb(167,191,193); }
td.TdClassName
{
border-color: #A7BFC1;
}
.TagClassName
{
border-color: #A7BFC1;
}
</style>