Shades of Jungle Mist #A8BFBE
Tints of Jungle Mist #A8BFBE
RGB
CMYK
RGB Variations
Color information
#A8BFBE (or 0xA8BFBE) is known color: Jungle Mist. HEX triplet: A8, BF and BE. RGB value is (168,191,190). Sum of RGB (Red+Green+Blue) = 168+191+190=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFBE is #574041. Grayscale: #B7B7B7. Windows color (decimal): -5718082 or 12500904. OLE color: 12500904.
HSL color Cylindrical-coordinate representation of color #A8BFBE: hue angle of 177.39º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BFBE is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 191 | 190 | - |
CMYK | 0.12 | 0 | 0.01 | 0.25 |
HSL | 177.39º | 0.15% | 0.7% | - |
HSV(B) | 177.39º | 0.12% | 0.75% | - |
XYZ | 44.07 | 49.3 | 55.91 | - |
YUV | 184.01 | 131.38 | 116.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 191 | 190 | 0.12 | 0 | 0.01 | 0.25 | 177.39 | 0.15 | 0.7 |
Hex | A8 | BF | BE | C | 0 | 1 | 19 | B1 | F | 46 |
Octal | 250 | 277 | 276 | 14 | 0 | 1 | 31 | 261 | 17 | 106 |
Binary | 10101000 | 10111111 | 10111110 | 1100 | 0 | 1 | 11001 | 10110001 | 1111 | 1000110 |
Color Harmonies of #A8BFBE
Complementary color
Monochromatic Colors of #A8BFBE
Black with #A8BFBE
Text Example
Text Example
White with #A8BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFBE; }
p { color: rgb(168,191,190); }
H1.HeaderClassName
{
color: #A8BFBE;
}
.AnyTagClassName
{
color: #A8BFBE;
}
</style>
background-color css
<style>
a { background-color: #A8BFBE; }
a { background-color: rgb(168,191,190); }
div.DivClassName
{
background-color: #A8BFBE;
}
.BgClassName
{
background-color: #A8BFBE;
}
</style>
border-color css
<style>
span { border-color: #A8BFBE; }
span { border-color: rgb(168,191,190); }
td.TdClassName
{
border-color: #A8BFBE;
}
.TagClassName
{
border-color: #A8BFBE;
}
</style>