Shades of Jungle Mist #A7BFC3
Tints of Jungle Mist #A7BFC3
RGB
CMYK
RGB Variations
Color information
#A7BFC3 (or 0xA7BFC3) is known color: Jungle Mist. HEX triplet: A7, BF and C3. RGB value is (167,191,195). Sum of RGB (Red+Green+Blue) = 167+191+195=553 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.20% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 195 - color contains mainly: blue. Hex color #A7BFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFC3 is #58403C. Grayscale: #B8B8B8. Windows color (decimal): -5783613 or 12828583. OLE color: 12828583.
HSL color Cylindrical-coordinate representation of color #A7BFC3: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7BFC3 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 191 | 195 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.24 |
| HSL | 188.57º | 0.19% | 0.71% | - |
| HSV(B) | 188.57º | 0.14% | 0.76% | - |
| XYZ | 44.42 | 49.42 | 58.83 | - |
| YUV | 184.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 191 | 195 | 0.14 | 0.02 | 0 | 0.24 | 188.57 | 0.19 | 0.71 |
| Hex | A7 | BF | C3 | E | 2 | 0 | 18 | BD | 13 | 47 |
| Octal | 247 | 277 | 303 | 16 | 2 | 0 | 30 | 275 | 23 | 107 |
| Binary | 10100111 | 10111111 | 11000011 | 1110 | 10 | 0 | 11000 | 10111101 | 10011 | 1000111 |
Color Harmonies of #A7BFC3
Complementary color
Monochromatic Colors of #A7BFC3
Black with #A7BFC3
Text Example
Text Example
White with #A7BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BFC3; }
p { color: rgb(167,191,195); }
H1.HeaderClassName
{
color: #A7BFC3;
}
.AnyTagClassName
{
color: #A7BFC3;
}
</style>
background-color css
<style>
a { background-color: #A7BFC3; }
a { background-color: rgb(167,191,195); }
div.DivClassName
{
background-color: #A7BFC3;
}
.BgClassName
{
background-color: #A7BFC3;
}
</style>
border-color css
<style>
span { border-color: #A7BFC3; }
span { border-color: rgb(167,191,195); }
td.TdClassName
{
border-color: #A7BFC3;
}
.TagClassName
{
border-color: #A7BFC3;
}
</style>