Shades of Jungle Mist #A8BFC1
Tints of Jungle Mist #A8BFC1
RGB
CMYK
RGB Variations
Color information
#A8BFC1 (or 0xA8BFC1) is known color: Jungle Mist. HEX triplet: A8, BF and C1. RGB value is (168,191,193). Sum of RGB (Red+Green+Blue) = 168+191+193=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #A8BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFC1 is #57403E. Grayscale: #B8B8B8. Windows color (decimal): -5718079 or 12697512. OLE color: 12697512.
HSL color Cylindrical-coordinate representation of color #A8BFC1: hue angle of 184.8º 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 #A8BFC1 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 191 | 193 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.24 |
| HSL | 184.8º | 0.17% | 0.71% | - |
| HSV(B) | 184.8º | 0.13% | 0.76% | - |
| XYZ | 44.4 | 49.44 | 57.65 | - |
| YUV | 184.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 193 | 0.13 | 0.01 | 0 | 0.24 | 184.8 | 0.17 | 0.71 |
| Hex | A8 | BF | C1 | D | 1 | 0 | 18 | B9 | 11 | 47 |
| Octal | 250 | 277 | 301 | 15 | 1 | 0 | 30 | 271 | 21 | 107 |
| Binary | 10101000 | 10111111 | 11000001 | 1101 | 1 | 0 | 11000 | 10111001 | 10001 | 1000111 |
Color Harmonies of #A8BFC1
Complementary color
Monochromatic Colors of #A8BFC1
Black with #A8BFC1
Text Example
Text Example
White with #A8BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFC1; }
p { color: rgb(168,191,193); }
H1.HeaderClassName
{
color: #A8BFC1;
}
.AnyTagClassName
{
color: #A8BFC1;
}
</style>
background-color css
<style>
a { background-color: #A8BFC1; }
a { background-color: rgb(168,191,193); }
div.DivClassName
{
background-color: #A8BFC1;
}
.BgClassName
{
background-color: #A8BFC1;
}
</style>
border-color css
<style>
span { border-color: #A8BFC1; }
span { border-color: rgb(168,191,193); }
td.TdClassName
{
border-color: #A8BFC1;
}
.TagClassName
{
border-color: #A8BFC1;
}
</style>