Shades of Jungle Mist #A8BCBD
Tints of Jungle Mist #A8BCBD
RGB
CMYK
RGB Variations
Color information
#A8BCBD (or 0xA8BCBD) is known color: Jungle Mist. HEX triplet: A8, BC and BD. RGB value is (168,188,189). Sum of RGB (Red+Green+Blue) = 168+188+189=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #A8BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCBD is #574342. Grayscale: #B6B6B6. Windows color (decimal): -5718851 or 12434600. OLE color: 12434600.
HSL color Cylindrical-coordinate representation of color #A8BCBD: hue angle of 182.86º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BCBD is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 189 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.26 |
| HSL | 182.86º | 0.14% | 0.7% | - |
| HSV(B) | 182.86º | 0.11% | 0.74% | - |
| XYZ | 43.32 | 47.97 | 55.12 | - |
| YUV | 182.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 189 | 0.11 | 0.01 | 0 | 0.26 | 182.86 | 0.14 | 0.7 |
| Hex | A8 | BC | BD | B | 1 | 0 | 1A | B7 | E | 46 |
| Octal | 250 | 274 | 275 | 13 | 1 | 0 | 32 | 267 | 16 | 106 |
| Binary | 10101000 | 10111100 | 10111101 | 1011 | 1 | 0 | 11010 | 10110111 | 1110 | 1000110 |
Color Harmonies of #A8BCBD
Complementary color
Monochromatic Colors of #A8BCBD
Black with #A8BCBD
Text Example
Text Example
White with #A8BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCBD; }
p { color: rgb(168,188,189); }
H1.HeaderClassName
{
color: #A8BCBD;
}
.AnyTagClassName
{
color: #A8BCBD;
}
</style>
background-color css
<style>
a { background-color: #A8BCBD; }
a { background-color: rgb(168,188,189); }
div.DivClassName
{
background-color: #A8BCBD;
}
.BgClassName
{
background-color: #A8BCBD;
}
</style>
border-color css
<style>
span { border-color: #A8BCBD; }
span { border-color: rgb(168,188,189); }
td.TdClassName
{
border-color: #A8BCBD;
}
.TagClassName
{
border-color: #A8BCBD;
}
</style>