Shades of Jungle Mist #A8BCBC
Tints of Jungle Mist #A8BCBC
RGB
CMYK
RGB Variations
Color information
#A8BCBC (or 0xA8BCBC) is known color: Jungle Mist. HEX triplet: A8, BC and BC. RGB value is (168,188,188). Sum of RGB (Red+Green+Blue) = 168+188+188=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #A8BCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCBC is #574343. Grayscale: #B6B6B6. Windows color (decimal): -5718852 or 12369064. OLE color: 12369064.
HSL color Cylindrical-coordinate representation of color #A8BCBC: hue angle of 180º degrees, saturation: 0.13, 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 #A8BCBC is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 188 | - |
| CMYK | 0.11 | 0 | 0 | 0.26 |
| HSL | 180º | 0.13% | 0.7% | - |
| HSV(B) | 180º | 0.11% | 0.74% | - |
| XYZ | 43.21 | 47.92 | 54.55 | - |
| YUV | 182.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 188 | 0.11 | 0 | 0 | 0.26 | 180 | 0.13 | 0.7 |
| Hex | A8 | BC | BC | B | 0 | 0 | 1A | B4 | D | 46 |
| Octal | 250 | 274 | 274 | 13 | 0 | 0 | 32 | 264 | 15 | 106 |
| Binary | 10101000 | 10111100 | 10111100 | 1011 | 0 | 0 | 11010 | 10110100 | 1101 | 1000110 |
Color Harmonies of #A8BCBC
Complementary color
Monochromatic Colors of #A8BCBC
Black with #A8BCBC
Text Example
Text Example
White with #A8BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCBC; }
p { color: rgb(168,188,188); }
H1.HeaderClassName
{
color: #A8BCBC;
}
.AnyTagClassName
{
color: #A8BCBC;
}
</style>
background-color css
<style>
a { background-color: #A8BCBC; }
a { background-color: rgb(168,188,188); }
div.DivClassName
{
background-color: #A8BCBC;
}
.BgClassName
{
background-color: #A8BCBC;
}
</style>
border-color css
<style>
span { border-color: #A8BCBC; }
span { border-color: rgb(168,188,188); }
td.TdClassName
{
border-color: #A8BCBC;
}
.TagClassName
{
border-color: #A8BCBC;
}
</style>