Shades of Jungle Mist #A8BFC0
Tints of Jungle Mist #A8BFC0
RGB
CMYK
RGB Variations
Color information
#A8BFC0 (or 0xA8BFC0) is known color: Jungle Mist. HEX triplet: A8, BF and C0. RGB value is (168,191,192). Sum of RGB (Red+Green+Blue) = 168+191+192=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8BFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFC0 is #57403F. Grayscale: #B8B8B8. Windows color (decimal): -5718080 or 12631976. OLE color: 12631976.
HSL color Cylindrical-coordinate representation of color #A8BFC0: hue angle of 182.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BFC0 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 192 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.25 |
| HSL | 182.5º | 0.16% | 0.71% | - |
| HSV(B) | 182.5º | 0.13% | 0.75% | - |
| XYZ | 44.29 | 49.39 | 57.07 | - |
| YUV | 184.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 192 | 0.12 | 0.01 | 0 | 0.25 | 182.5 | 0.16 | 0.71 |
| Hex | A8 | BF | C0 | C | 1 | 0 | 19 | B6 | 10 | 47 |
| Octal | 250 | 277 | 300 | 14 | 1 | 0 | 31 | 266 | 20 | 107 |
| Binary | 10101000 | 10111111 | 11000000 | 1100 | 1 | 0 | 11001 | 10110110 | 10000 | 1000111 |
Color Harmonies of #A8BFC0
Complementary color
Monochromatic Colors of #A8BFC0
Black with #A8BFC0
Text Example
Text Example
White with #A8BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFC0; }
p { color: rgb(168,191,192); }
H1.HeaderClassName
{
color: #A8BFC0;
}
.AnyTagClassName
{
color: #A8BFC0;
}
</style>
background-color css
<style>
a { background-color: #A8BFC0; }
a { background-color: rgb(168,191,192); }
div.DivClassName
{
background-color: #A8BFC0;
}
.BgClassName
{
background-color: #A8BFC0;
}
</style>
border-color css
<style>
span { border-color: #A8BFC0; }
span { border-color: rgb(168,191,192); }
td.TdClassName
{
border-color: #A8BFC0;
}
.TagClassName
{
border-color: #A8BFC0;
}
</style>