Shades of Jungle Mist #A8BBBB
Tints of Jungle Mist #A8BBBB
RGB
CMYK
RGB Variations
Color information
#A8BBBB (or 0xA8BBBB) is known color: Jungle Mist. HEX triplet: A8, BB and BB. RGB value is (168,187,187). Sum of RGB (Red+Green+Blue) = 168+187+187=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #A8BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BBBB is #574444. Grayscale: #B5B5B5. Windows color (decimal): -5719109 or 12303272. OLE color: 12303272.
HSL color Cylindrical-coordinate representation of color #A8BBBB: hue angle of 180º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BBBB is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 187 | - |
| CMYK | 0.10 | 0 | 0 | 0.27 |
| HSL | 180º | 0.12% | 0.7% | - |
| HSV(B) | 180º | 0.1% | 0.73% | - |
| XYZ | 42.89 | 47.45 | 53.91 | - |
| YUV | 181.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 187 | 0.10 | 0 | 0 | 0.27 | 180 | 0.12 | 0.7 |
| Hex | A8 | BB | BB | A | 0 | 0 | 1B | B4 | C | 46 |
| Octal | 250 | 273 | 273 | 12 | 0 | 0 | 33 | 264 | 14 | 106 |
| Binary | 10101000 | 10111011 | 10111011 | 1010 | 0 | 0 | 11011 | 10110100 | 1100 | 1000110 |
Color Harmonies of #A8BBBB
Complementary color
Monochromatic Colors of #A8BBBB
Black with #A8BBBB
Text Example
Text Example
White with #A8BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBBB; }
p { color: rgb(168,187,187); }
H1.HeaderClassName
{
color: #A8BBBB;
}
.AnyTagClassName
{
color: #A8BBBB;
}
</style>
background-color css
<style>
a { background-color: #A8BBBB; }
a { background-color: rgb(168,187,187); }
div.DivClassName
{
background-color: #A8BBBB;
}
.BgClassName
{
background-color: #A8BBBB;
}
</style>
border-color css
<style>
span { border-color: #A8BBBB; }
span { border-color: rgb(168,187,187); }
td.TdClassName
{
border-color: #A8BBBB;
}
.TagClassName
{
border-color: #A8BBBB;
}
</style>