#A8BFBF

Color #A8BFBF Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #A8BFBF

Tints of Jungle Mist #A8BFBF

Color information

#A8BFBF (or 0xA8BFBF) is unknown color: approx Jungle Mist. HEX triplet: A8, BF and BF. RGB value is (168,191,191). Sum of RGB (Red+Green+Blue) = 168+191+191=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #A8BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BFBF is #574040. Grayscale: #B8B8B8. Windows color (decimal): -5718081 or 12566440. OLE color: 12566440.

HSL color Cylindrical-coordinate representation of color #A8BFBF: hue angle of 180º 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 #A8BFBF is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168191191-
CMYK0.12000.25
HSL180º15.23%70.39%-
HSV(B)180º12.04%74.9%-
XYZ44.1849.3556.49-
YUV184.12131.88116.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 30.55%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 191 (75% from 255) = 34.73%
R=30.55%
G=34.73%
B=34.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911910.12000.2518015.2370.39
HexA8BFBFC0019b4f46
Octal25027727714003126417106
Binary101010001011111110111111110000110011011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFBF; }

 p { color: rgb(168,191,191); }

 H1.HeaderClassName
 {
   color: #A8BFBF;
 }
 .AnyTagClassName
 {
   color: #A8BFBF;
 }
</style>
background-color css

<style>
 a { background-color: #A8BFBF; }

 a { background-color: rgb(168,191,191); }

 div.DivClassName
 {
   background-color: #A8BFBF;
 }
 .BgClassName
 {
   background-color: #A8BFBF;
 }
</style>
border-color css

<style>
 span { border-color: #A8BFBF; }

 span { border-color: rgb(168,191,191); }

 td.TdClassName
 {
   border-color: #A8BFBF;
 }
 .TagClassName
 {
   border-color: #A8BFBF;
 }
</style>